 .pagebox {
position: relative; height:80vh; background-color:#00F; overflow:hidden
}

.inbannfl{ bottom:20vh; z-index:1; position: relative; width:14rem; margin:auto;}

.inbannfl li{ float:left; width:31.8%; margin-left:1%; margin-right:.5%;
    background-color: rgba(1, 99, 117, 0.5);
    border: solid 1px rgba(0, 124, 155,0.5);
      color:#fff ;cursor:pointer;  
} 
.inbannfl li:nth-child(2){
    background-color: rgba(9, 53, 142,0.5);
    border: solid 1px rgba(16, 104, 186,0.5);
     
}
.inbannfl li:nth-child(3){
    background-color: rgba(24, 148, 244, 0.5);
    border: solid 1px rgba(24, 148, 244,0.5);
    
}
.inbannfl li .iconfont{ font-size:0.6rem; line-height:1.2rem}
.inbannfl li .text{ float:left; padding-top:10px}
.inbannfl li .ico{ float:left;  width:1.2rem; text-align:center; margin-left:10px}
.inbannfl li .text b{ font-size:0.2rem; line-height:0.55rem}
 


.muuweb-header{position: fixed;
  z-index: 99999;
  width: 100%;
 
  background-color: #fff; padding-bottom:15px; box-shadow: 0 0 4px rgba(0,0,0,.2);}
 
 .read .muuweb-header{ background-color: transparent;  padding-bottom:15px; box-shadow: 0 0 4px rgba(0,0,0,0);}
  
 
 
 
.muuweb-header .muuweb-logo { float: left; width: 200px; transition: all 0.8s; margin-top: 12px; margin-bottom: 12px; }
.muuweb-header-m .muuweb-logo { width: 193px; float: left; margin: 14px 0 0 10px; display: block; transition: all 0.8s; }
.muuweb-logo img { display: block; max-width: 100%; height: auto; }
.muuweb-nav { float: right; }







.muuweb-header .muuweb-nav li { position: relative; margin-top: 11px; height: 100%; display: inline-block; text-align: center; }
.muuweb-header .muuweb-nav li .link { display: block; line-height: 26px; 
padding: 0 18px; color: #222222; position: relative;line-height: 45px;
  font-size: .18rem !important;
  padding: 0 15px; }
  
  
  .muuweb-header .muuweb-nav li.on .link,.muuweb-header .muuweb-nav li:hover .link {  color: #0d36bf;  }
  
  
 .read .muuweb-header .muuweb-nav li .link{  color: #fff;}
 
.muuweb-header .toplogoh{ display:block} 
.muuweb-header .toplogob{ display:none} 

.read .muuweb-header .toplogob{ display: block} 
.read .muuweb-header .toplogoh{ display: none}    

     
  
  
  
  
  
.muuweb-header .muuweb-nav li .link span { vertical-align: middle; }
.muuweb-header .muuweb-nav li .link span.icon { position: absolute; right: 0; color: #ccc; top: 50%; margin-top: -3px; opacity: .2; width: 12px; height: 6px; display: inline-block;   }
.muuweb-header .muuweb-nav li:hover .link span.icon { }
.muuweb-header .muuweb-nav li .hider { transform-origin: center top; position: absolute; top: 100%; left: 0; width: 100%; background: none; box-shadow: 0px 0px 46px rgba(44,70,95,0.16); visibility: hidden; }
.muuweb-header .muuweb-nav li .hider .sub-link { display: block; border-bottom: 1px solid rgb(221, 236, 255, 0.4); font-size: 14px; color: #222222; background: #fff; }
.muuweb-header .muuweb-nav li .hider .sub-link .text { position: relative; font-size: 13px; padding: 8px 8px; display: inline-block; }
.muuweb-header .muuweb-nav li .hider .sub-link .line { position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background-color: #0075c1; transition: width 0.5s; }
.muuweb-header .muuweb-nav li .hider .sub-link:hover .line { width: 100%; }
.muuweb-header ul li:hover a.link { color: #222222; background: none; }











.muuweb-header-m { top: 0; box-shadow: 0 5px 10px rgba(0,0,0,.05); left: 0; z-index: 1000; position: fixed; background: #fff; width: 100%; height: 80px; transition: all 0.8s; }
.muuweb-header-m .bg { position: fixed; top: 70px; right: 0; bottom: 0; width: 100%; height: 100vh; z-index: 99; background: #000; opacity: .5; filter: alpha(opacity=10); cursor: pointer; transform: scaleX(0); transform-origin: 100% 50%; transition: transform 0.6s; }
.muuweb-header-m .menu-box { position: absolute; z-index: 9999; padding: 27px 20px 25px; right: 0; transition: all 0.6s; }
.muuweb-header-m .muuweb-menu { width: 25px; margin: 0 auto; cursor: pointer; }
.muuweb-header-m .muuweb-menu .line { position: relative; top: 0; display: block; width: 100%; height: 2px; transition: transform 0.3s ease, top 0.3s ease, width 0.3s ease, opacity 0.3s, background 0.3s; transform-origin: center center; background: #021253; }
.muuweb-header-m .muuweb-menu .line:nth-child(2) { margin: 6px 0; }
.muuweb-header-m.ishow { }
.muuweb-header-m.ishow .bg { transform: scaleX(1); }
.muuweb-header-m.ishow .muuweb-nav li .link { transform: translateX(0px); opacity: 1 }
.muuweb-header-m.ishow .muuweb-nav li .hider.ishow { transform: translateX(-101%) }
.muuweb-header-m.ishow .muuweb-nav li .hider.ishow .sub-link .text { transform: translateX(0px); opacity: 1 }
.muuweb-header-m.ishow .menu-box { right: 0; }
.muuweb-header-m.ishow .muuweb-menu .line:nth-child(1) { top: 8px; transform: rotate(45deg); opacity: 0.8; }
.muuweb-header-m.ishow .muuweb-menu .line:nth-child(2) { opacity: 0; width: 0 }
.muuweb-header-m.ishow .muuweb-menu .line:nth-child(3) { top: -8px; transform: rotate(-45deg); opacity: 0.8; }
.muuweb-header-m .muuweb-nav { position: fixed; top: 70px; right: 0; opacity: 0; bottom: 0; overflow-y: auto; padding-top: 0; width: 0; z-index: 99; background: #f9f9f9; cursor: pointer; transition: .36s ease-in-out; -webkit-transition: .36s ease-in-out; transform-origin: 100% 50%; }
.muuweb-header-m.ishow .muuweb-nav { transform: scaleX(1); width: 70%; opacity: 1; }
.muuweb-header-m .muuweb-nav li { padding-left: 5%; overflow: hidden; position: relative; border-bottom: 1px solid #ebebeb; }
.muuweb-header-m .muuweb-nav li:nth-child(1) { border-top : 1px solid #ebebeb; }
.muuweb-header-m .muuweb-nav li .hide { position: absolute; top: 0; left: 101%; z-index: 1001; width: 100%; height: 100%; background-color: #fff; transition: all 0.8s; }
.muuweb-header-m .muuweb-nav li .link { position: relative; display: inline-block; line-height: 50px; float: left; text-align: left; color: #222; width: 90%; font-size: 14px; transition: all 0.6s; opacity: 0; }
.muuweb-header-m .muuweb-nav li .cur { display: inline-block; height: 50px; width: 10%; line-height: 50px; color: #999; text-align: center; vertical-align: top; font-size: 1rem; transition: all .5s ease; }
.muuweb-header-m .muuweb-nav li .hider { display: none; }
.muuweb-header-m.ishow .muuweb-nav li .hider.ishow { transform: translateX(-101%); }
.muuweb-header-m .muuweb-nav li .conter { }
.muuweb-header-m .muuweb-nav li .back { display: block; width: 10%; height: 50px; line-height: 50px; text-align: center; vertical-align: top; font-size: 1rem; transition: all .5s ease; transform: rotateZ(180deg); }
.muuweb-header-m .muuweb-nav li .hider .sub-link { display: block; padding: 2%; border-bottom: 1px solid #ebebeb; font-size: 13px; color: #666; text-align: left; }
.muuweb-header-m .muuweb-nav li .jtRote { transform: rotateZ(90deg); }
.muuweb-header-m .muuweb-nav li .hider a:last-child { border: none; }
@media (min-width: 1200px) {
.muuweb-header-m { display: none; }
}
@media (max-width: 1200px) {
.muuweb-header { display: none; }
.muuweb-header-m { height: 70px; }
}
@media (max-width: 768px) {
.muuweb-header-m .stock { left: 10px; }
}
@media (max-width: 500px) {
.muuweb-header-m .muuweb-logo {  }
.muuweb-header-m { height: 50px; }
.muuweb-header-m .menu-box { padding: 16px 15px; transition: all 0.6s; }
.muuweb-header-m .muuweb-nav { padding: 0; top: 50px; background: #f9f9f9; }
.muuweb-header-m .bg { display: none; }
.muuweb-header-m.ishow .muuweb-nav { transform: scaleX(1); width: 100%; opacity: 1; }
.muuweb-header-m .muuweb-nav li .cur { width: 20%; }
.muuweb-header-m .muuweb-nav li .link { width: 80%; }
}
.c_portalResnmain >div { animation-fill-mode: both; }/*图片标题列表*/
 
@media only screen and (max-width: 768px) {/*ÃƒÂ¥Ã‚Â°Ã‚ÂÃƒÂ¥Ã‚Â±Ã‚Â*/
.c_portalResEbizads_banner-01001 .p_prompt { width: auto; height: auto; text-align: center; background-color: inherit; font-size: 16px; border: 1px solid #E4E4E4; }
.c_portalResEbizads_banner-01001 .p_prompt .prompt_title { display: inline-table; padding: 0 30px; height: 100%; min-height: 260px; }
.c_portalResEbizads_banner-01001 .p_prompt .prompt_title .iconfont:before { content: ""; }
.c_portalResEbizads_banner-01001 .p_prompt .prompt_title .first { height: auto; display: table-cell; font-size: 36px; margin-right: 10px; position: relative; color: #09bb07; vertical-align: middle; padding: 0 10px 10px 0; }
.c_portalResEbizads_banner-01001 .p_prompt .prompt_title .first:before { content: "\e6b4"; }
.c_portalResEbizads_banner-01001 .p_prompt .prompt_title { font-size: 24px; text-align: left; color: rgba(51,51,51,1); font-weight: bold; }
.c_portalResEbizads_banner-01001 .p_prompt .prompt_title .font { display: table-cell; line-height: normal; vertical-align: middle; }
.c_portalResEbizads_banner-01001 .p_prompt .promptbox { width: auto; height: 100%; }
.c_portalResEbizads_banner-01001 .p_prompt .prompt_content { font-size: 18px; color: rgba(105, 105, 105,1); padding-left: 65px; } /*ÃƒÂ¥Ã‹â€ Ã¢â‚¬â€ÃƒÂ¨Ã‚Â¡Ã‚Â¨ÃƒÂ§Ã‚Â¼Ã‚Â©ÃƒÂ§Ã¢â‚¬Â¢Ã‚Â¥ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ¥Ã‹â€ Ã¢â‚¬Â¡ÃƒÂ¦Ã‚ÂÃ‚Â¢1*/
.c_portalResEbizads_banner-01001 .p_SwitchBtnD { display: inline-block; vertical-align: middle; cursor: pointer; font-size: 56px; color: #e2e2e2; }
.c_portalResEbizads_banner-01001 .p_SwitchBtnD .iconfont:before { content: '\e687'; display: inline-block; }
.c_portalResEbizads_banner-01001 .p_SwitchBtnD .font { display: table; width: inherit; height: inherit; pointer-events: none; }/*ÃƒÂ¥Ã‹â€ Ã¢â‚¬â€ÃƒÂ¨Ã‚Â¡Ã‚Â¨ÃƒÂ§Ã‚Â¼Ã‚Â©ÃƒÂ§Ã¢â‚¬Â¢Ã‚Â¥ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ¥Ã‹â€ Ã¢â‚¬Â¡ÃƒÂ¦Ã‚ÂÃ‚Â¢1*/
.c_portalResEbizads_banner-01001 .p_SwitchBtnC { display: inline-block; vertical-align: middle; cursor: pointer; font-size: 56px; color: #e2e2e2; }
.c_portalResEbizads_banner-01001 .p_SwitchBtnC .iconfont:before { content: '\e687'; display: inline-block; }
.c_portalResEbizads_banner-01001 .p_SwitchBtnC .font { display: table; width: inherit; height: inherit; pointer-events: none; }/*ÃƒÂ¥Ã‚ÂºÃ‚ÂÃƒÂ¥Ã‚ÂÃ‚Â·ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ§Ã¢â‚¬Â°Ã¢â‚¬Â¡ÃƒÂ§Ã‚Â»Ã¢â‚¬Å¾ÃƒÂ§Ã‚Â¬Ã‚Â¦*/
.c_portalResEbizads_banner-01001 .p_ListNumBtn { display: inline-table; height: 30px; width: 30px; background-color: #67b8b4; border-width: 1px; border-color: transparent; color: #999999; font-size: 12px; font-family: 'Microsoft YaHei'; }
.c_portalResEbizads_banner-01001 .p_ListNumBtn img { display: none; }
.c_portalResEbizads_banner-01001 .p_ListNumBtn .shape { display: table-cell; width: inherit; height: inherit; text-align: center; vertical-align: middle; }
.c_portalResEbizads_banner-01001 .p_ListNumBtn:active { color: rgba(255,255,255,1); }
.c_portalResEbizads_banner-01001 .p_ListNumBtn.active { color: rgba(255,255,255,1); }
.c_portalResEbizads_banner-01001 .p_ListNumBtn.j-nav-active { color: rgba(255,255,255,1); } /*ÃƒÂ¦Ã¢â‚¬â€œÃ‚Â¹ÃƒÂ¥Ã‚Â½Ã‚Â¢ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ§Ã¢â‚¬Â°Ã¢â‚¬Â¡ÃƒÂ§Ã‚Â»Ã¢â‚¬Å¾ÃƒÂ§Ã‚Â¬Ã‚Â¦*/
.c_portalResEbizads_banner-01001 .p_SquareNumBtn { display: inline-block; height: 10px; width: 100px; padding: 0; background-color: #f2f2f2; border-width: 1px; border-color: transparent; font-size: 12px; font-family: 'Microsoft YaHei'; text-align: center; }
.c_portalResEbizads_banner-01001 .p_SquareNumBtn img { display: none; }
.c_portalResEbizads_banner-01001 .p_SquareNumBtn .shape { text-indent: -9999em; width: inherit; height: inherit; vertical-align: middle; }
.c_portalResEbizads_banner-01001 .p_SquareNumBtn:active { background-color: #67b8b4; }
.c_portalResEbizads_banner-01001 .p_SquareNumBtn.active { background-color: #67b8b4; }
.c_portalResEbizads_banner-01001 .p_SquareNumBtn.j-nav-active { background-color: #67b8b4; } /*ÃƒÂ¥Ã…â€œÃ¢â‚¬Â ÃƒÂ¥Ã…Â¾Ã¢â‚¬Â¹ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ§Ã¢â‚¬Â°Ã¢â‚¬Â¡ÃƒÂ§Ã‚Â»Ã¢â‚¬Å¾ÃƒÂ§Ã‚Â¬Ã‚Â¦*/
.c_portalResEbizads_banner-01001 .p_CircleNumBtn { width: 15px; height: 15px; display: inline-table; background-color: rgba(228,228,228,1); color: rgba(153,153,153,1); font-size: 12px; border-radius: 10px; -moz-border-radius: 10px; text-align: center; }
.c_portalResEbizads_banner-01001 .p_CircleNumBtn img { display: none; }
.c_portalResEbizads_banner-01001 .p_CircleNumBtn .shape { width: inherit; height: inherit; text-indent: -99999px; display: table-cell; vertical-align: middle; border-radius: inherit; -moz-border-radius: inherit; }
.c_portalResEbizads_banner-01001 .p_CircleNumBtn:active { background-color: rgba(105,192,188,1); }
.c_portalResEbizads_banner-01001 .p_CircleNumBtn.active { background-color: rgba(105,192,188,1); }
.c_portalResEbizads_banner-01001 .p_CircleNumBtn.j-nav-active { background-color: rgba(105,192,188,1); } /*ÃƒÂ©Ã¢â€šÂ¬Ã…Â¡ÃƒÂ§Ã¢â‚¬ÂÃ‚Â¨ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ§Ã¢â‚¬Â°Ã¢â‚¬Â¡ÃƒÂ§Ã‚Â»Ã¢â‚¬Å¾ÃƒÂ§Ã‚Â¬Ã‚Â¦*/
.c_portalResEbizads_banner-01001 .p_NumBtn { width: 150px; height: 66px; border-color: rgba(242,242,242,1); border-width: 2px; border-style: solid; }
.c_portalResEbizads_banner-01001 .p_NumBtn .shape { display: none; }
.c_portalResEbizads_banner-01001 .p_NumBtn:active { border-color: rgba(103,184,180,1); }
.c_portalResEbizads_banner-01001 .p_NumBtn.active { border-color: rgba(103,184,180,1); } /*ÃƒÂ©Ã¢â€šÂ¬Ã…Â¡ÃƒÂ§Ã¢â‚¬ÂÃ‚Â¨ÃƒÂ¥Ã‚Â®Ã‚Â¹ÃƒÂ¥Ã¢â€žÂ¢Ã‚Â¨*/
.c_portalResEbizads_banner-01001 .p_ThumbnailBox { width: inherit; height: auto; background-color: transparent; overflow: hidden; } /*ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ©Ã¢â‚¬ÂºÃ¢â‚¬Â ÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ¦Ã‚Â¦Ã¢â‚¬Å¡ÃƒÂ¨Ã‚Â¦Ã‚ÂÃƒÂ¤Ã‚Â¿Ã‚Â¡ÃƒÂ¦Ã‚ÂÃ‚Â¯*/
.c_portalResEbizads_banner-01001 .p_ImgSummary { text-align: justify; vertical-align: top; word-break: break-all; }/*ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ©Ã¢â‚¬ÂºÃ¢â‚¬Â ÃƒÂ¦Ã‚Â Ã¢â‚¬Â¡ÃƒÂ©Ã‚Â¢Ã‹Å“*/
.c_portalResEbizads_banner-01001 .p_ImgHead { display: inline-table; margin: 0; padding: 0; color: #323232; font-size: 30px; font-weight: 400; text-align: left; white-space: nowrap; overflow: visible; }
.c_portalResEbizads_banner-01001 .p_ImgHead .font { display: table-cell; vertical-align: top; line-height: 30px; }
.c_portalResEbizads_banner-01001 .p_ImgHead .iconfont:before { content: ""; }/*ÃƒÂ©Ã¢â€šÂ¬Ã…Â¡ÃƒÂ§Ã¢â‚¬ÂÃ‚Â¨ÃƒÂ¥Ã‚Â®Ã‚Â¹ÃƒÂ¥Ã¢â€žÂ¢Ã‚Â¨*/
.c_portalResEbizads_banner-01001 .p_TitleBox { width: inherit; height: auto; overflow: hidden; } /*ÃƒÂ©Ã¢â‚¬Å“Ã‚Â¾ÃƒÂ¦Ã…Â½Ã‚Â¥ÃƒÂ¥Ã¢â‚¬Â¦Ã†â€™ÃƒÂ§Ã‚Â´Ã‚Â */ /*ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ©Ã¢â‚¬ÂºÃ¢â‚¬Â ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ§Ã¢â‚¬Â°Ã¢â‚¬Â¡ÃƒÂ¨Ã‚Â¯Ã‚Â´ÃƒÂ¦Ã‹Å“Ã…Â½ÃƒÂ¥Ã‚Â®Ã‚Â¹ÃƒÂ¥Ã¢â€žÂ¢Ã‚Â¨*/
.c_portalResEbizads_banner-01001 .p_SummaryBox { width: inherit; height: auto; border-width: 1px; border-style: none; border-color: rgba(228,228,228,0); background-color: rgba(179, 179, 179,1); overflow: visible; } /*ÃƒÂ§Ã‚ÂºÃ‚Â¯ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ¦Ã‚Â Ã¢â‚¬Â¡ÃƒÂ¥Ã‹â€ Ã¢â‚¬Â¡ÃƒÂ¦Ã‚ÂÃ‚Â¢ÃƒÂ¦Ã…â€™Ã¢â‚¬Â°ÃƒÂ©Ã¢â‚¬â„¢Ã‚Â®*/
.c_portalResEbizads_banner-01001 .p_SwitchBtnB { background: rgba(81,80,80,.3); width: 64px; height: 139px; cursor: pointer; text-align: center; color: rgba(255,255,255,1); font-size: 40px; }
.c_portalResEbizads_banner-01001 .p_SwitchBtnB .font { display: table; width: inherit; height: inherit; /*background-color:rgba(202,202,202,.3);*/ pointer-events: none; }
.c_portalResEbizads_banner-01001 .p_SwitchBtnB .iconfont { display: table-cell; vertical-align: middle; position: relative; top: 3px; }
.c_portalResEbizads_banner-01001 .p_SwitchBtnB:hover { border-width: 0; border-style: solid; border-color: rgba(255,255,255,0); background-color: rgba(115,115,115,.7); color: rgba(106,192,189,1); }
.c_portalResEbizads_banner-01001 .p_SwitchBtnB:active { border-width: 0; border-style: solid; border-color: rgba(255,255,255,0); background-color: rgba(81,80,80,.7); }/*ÃƒÂ©Ã¢â€šÂ¬Ã…Â¡ÃƒÂ§Ã¢â‚¬ÂÃ‚Â¨ÃƒÂ¥Ã‚Â®Ã‚Â¹ÃƒÂ¥Ã¢â€žÂ¢Ã‚Â¨*/
.c_portalResEbizads_banner-01001 .p_interactionB { width: inherit; height: auto; background-color: transparent; overflow: hidden; } /*ÃƒÂ§Ã‚ÂºÃ‚Â¯ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ¦Ã‚Â Ã¢â‚¬Â¡ÃƒÂ¥Ã‹â€ Ã¢â‚¬Â¡ÃƒÂ¦Ã‚ÂÃ‚Â¢ÃƒÂ¦Ã…â€™Ã¢â‚¬Â°ÃƒÂ©Ã¢â‚¬â„¢Ã‚Â®*/
.c_portalResEbizads_banner-01001 .p_SwitchBtnA { background: rgba(81,80,80,.3); width: 64px; height: 139px; cursor: pointer; text-align: center; color: rgba(255,255,255,1); font-size: 40px; z-index: 999; }
.c_portalResEbizads_banner-01001 .p_SwitchBtnA .font { display: table; width: inherit; height: inherit; /*background-color:rgba(202,202,202,.3);*/ pointer-events: none; }
.c_portalResEbizads_banner-01001 .p_SwitchBtnA .iconfont { display: table-cell; vertical-align: middle; position: relative; top: 3px; right: 4px; }
.c_portalResEbizads_banner-01001 .p_SwitchBtnA:hover { border-width: 0; border-style: solid; border-color: rgba(255,255,255,0); background-color: rgba(115,115,115,.7); color: rgba(106,192,189,1); }
.c_portalResEbizads_banner-01001 .p_SwitchBtnA:active { border-width: 0; border-style: solid; border-color: rgba(255,255,255,0); background-color: rgba(81,80,80,.7); }/*ÃƒÂ©Ã¢â€šÂ¬Ã…Â¡ÃƒÂ§Ã¢â‚¬ÂÃ‚Â¨ÃƒÂ¥Ã‚Â®Ã‚Â¹ÃƒÂ¥Ã¢â€žÂ¢Ã‚Â¨*/
.c_portalResEbizads_banner-01001 .p_interactionA { width: inherit; height: auto; background-color: transparent; overflow: hidden; }
.c_portalResEbizads_banner-01001 .p_interactionA + .p_interactionA { left: initial; right: 0; } /*ÃƒÂ¥Ã‚Â¤Ã…Â¡ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ§Ã‚Â»Ã¢â‚¬Å¾ÃƒÂ¥Ã‚Â¤Ã‚Â§ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ¨Ã‚Â¾Ã‚Â¹ÃƒÂ¦Ã‚Â¡Ã¢â‚¬Â */
.c_portalResEbizads_banner-01001 .p_imageA { width: auto; height: auto; overflow: hidden; } /*ÃƒÂ©Ã¢â‚¬Å“Ã‚Â¾ÃƒÂ¦Ã…Â½Ã‚Â¥ÃƒÂ¥Ã¢â‚¬Â¦Ã†â€™ÃƒÂ§Ã‚Â´Ã‚Â */ /*ÃƒÂ©Ã¢â€šÂ¬Ã…Â¡ÃƒÂ§Ã¢â‚¬ÂÃ‚Â¨ÃƒÂ¥Ã‚Â®Ã‚Â¹ÃƒÂ¥Ã¢â€žÂ¢Ã‚Â¨*/
.c_portalResEbizads_banner-01001 .p_images { width: inherit; height: auto; background-color: transparent; overflow: hidden; } /*ÃƒÂ¤Ã‚Â¸Ã‚Â»ÃƒÂ¨Ã‚Â¦Ã‚ÂÃƒÂ¥Ã¢â‚¬Â Ã¢â‚¬Â¦ÃƒÂ¥Ã‚Â®Ã‚Â¹ÃƒÂ¥Ã…â€™Ã‚ÂºÃƒÂ¥Ã‚Â®Ã‚Â¹ÃƒÂ¥Ã¢â€žÂ¢Ã‚Â¨*/
.c_portalResEbizads_banner-01001 .p_banner { width: inherit; height: auto; border-width: 1px; border-style: none; border-color: rgba(255, 255, 255,1); background-color: transparent; overflow: visible; }
.c_portalResEbizads_banner-01001 { min-width: 300px; overflow: auto; }
.c_portalResEbizads_banner-01001 .p_banner { width: 100%; height: 100%; background-color: transparent; }
.c_portalResEbizads_banner-01001 .p_images { width: auto; height: auto; }
.c_portalResEbizads_banner-01001 .p_ThumbnailBox { width: auto; height: auto; border-width: 0; background-color: transparent; }
.c_portalResEbizads_banner-01001 .p_ThumbnailBoxA { width: auto; height: auto; }
.c_portalResEbizads_banner-01001 .p_interactionA { width: auto; height: auto; }
.c_portalResEbizads_banner-01001 .p_interactionB { width: auto; height: auto; }
.c_portalResEbizads_banner-01001 .p_TitleBox { border-width: 0; }
.c_portalResEbizads_banner-01001 .p_TitleBoxA { width: auto; height: auto; border-width: 0; background-color: transparent; }
.c_portalResEbizads_banner-01001 .c_banner { width: inherit; height: inherit; }
.c_portalResEbizads_banner-01001 .p_images { width: inherit; height: inherit; box-sizing: border-box; -moz-box-sizing: border-box; }
.c_portalResEbizads_banner-01001 .p_LinkA { width: inherit; height: inherit; display: block; position: relative; }
.c_portalResEbizads_banner-01001 .p_imageA { vertical-align: baseline; text-align: center; width: inherit; height: inherit; }
.c_portalResEbizads_banner-01001 .p_imageA:hover { background-color: transparent; }
.c_portalResEbizads_banner-01001 .p_imageA:hover:after { background-color: transparent; }
.c_portalResEbizads_banner-01001 .p_interactionA { cursor: pointer; left: 0; height: 100%; position: absolute; top: 0; z-index: 99; overflow: visible; }
.c_portalResEbizads_banner-01001 .p_interactionB { cursor: pointer; right: 0; height: 100%; position: absolute; top: 0; z-index: 99; overflow: visible; }
.c_portalResEbizads_banner-01001 .p_SwitchBtnA { position: absolute; top: 50%; margin-top: -37px; padding-top: 10px; color: rgb(187, 182, 182); left: 0; width: 33px; height: 64px; background-color: rgba(0,0,0,0.5); z-index: 999; }
.c_portalResEbizads_banner-01001 .p_SwitchBtnA .iconfont:before { font-size: 30px; }
.c_portalResEbizads_banner-01001 .p_SwitchBtnB { position: absolute; top: 50%; margin-top: -37px; right: 0; width: 33px; height: 64px; background-color: rgba(0,0,0,0.5); z-index: 999; padding-top: 10px; color: rgb(187, 182, 182); }
.c_portalResEbizads_banner-01001 .p_SwitchBtnB .iconfont:before { font-size: 30px; }
.c_portalResEbizads_banner-01001 .p_SummaryBox { width: 100%; position: absolute; bottom: 0; left: 0; z-index: 5; height: 70px; background-color: transparent; display: none; }
.c_portalResEbizads_banner-01001 .p_SummaryBox:hover { background-color: transparent; }
.c_portalResEbizads_banner-01001 .p_SummaryBox .p_LinkB { display: block; background-color: rgba(0,0,0,0.5); }
.c_portalResEbizads_banner-01001 .p_TitleBox { width: 100%; height: auto; height: 60px; line-height: 60px; padding: 0 10px; position: absolute; bottom: 0; left: 0; z-index: 999; font-weight: bold; }
.c_portalResEbizads_banner-01001 .p_LinkA .p_TitleBox span { display: block; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.c_portalResEbizads_banner-01001 .p_LinkA:hover .p_TitleBox span { color: #fff; }
.c_portalResEbizads_banner-01001 .p_TitleBoxA { width: 100%; height: inherit; padding-left: 20px; padding-right: 20px; }
.c_portalResEbizads_banner-01001 .p_ThumbnailBox { position: absolute; text-align: center; font-size: 0; z-index: 6; overflow: hidden; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); bottom: 0px; left: 42%; display: none; }
.c_portalResEbizads_banner-01001 .p_ThumbnailBoxA { padding-right: 30px; padding-left: 30px; width: 100%; position: absolute; right: 0; bottom: 0; text-align: right; font-size: 0; z-index: 6; overflow: hidden; }
.c_portalResEbizads_banner-01001 .p_ThumbnailBox .p_NumBtn:first-child { margin-left: 0; }
.c_portalResEbizads_banner-01001 .p_NumBtn { margin-right: 6px; font-size: 0; width: 90px; height: auto; display: inline-block; overflow: hidden; }
.c_portalResEbizads_banner-01001 .p_CircleNumBtn { margin-left: 10px; }
.c_portalResEbizads_banner-01001 .p_SquareNumBtn { margin-left: 10px; }
.c_portalResEbizads_banner-01001 .p_SwitchBtnC { position: absolute; top: 50%; left: 0; cursor: pointer; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }
.c_portalResEbizads_banner-01001 .p_SwitchBtnD { position: absolute; top: 50%; right: 0; cursor: pointer; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }
.c_portalResEbizads_banner-01001 .p_CircleNumBtn, .c_portalResEbizads_banner-01001 .p_SquareNumBtn, .c_portalResEbizads_banner-01001 .p_ListNumBtn { margin-top: 20px; margin-bottom: 20px; }
.c_portalResEbizads_banner-01001 .p_SquareNumBtn { width: 98px; }
.c_portalResEbizads_banner-01001 .p_SwitchBtnD .iconfont:before { content: "\e6ae"; font-size: 30px; }
.c_portalResEbizads_banner-01001 .p_ImgSummary { font-weight: normal; white-space: normal; }
.c_portalResEbizads_banner-01001 .p_SwitchBtnC .iconfont { font-size: 30px; color: rgba(255,255,255,.6); display: table-cell; }
.c_portalResEbizads_banner-01001 .p_SwitchBtnD .iconfont { font-size: 30px; color: rgba(255,255,255,.6); display: table-cell; }
.c_portalResEbizads_banner-01001 .p_SwitchBtnC:hover .iconfont { color: rgba(105,192,188,1); }
.c_portalResEbizads_banner-01001 .p_SwitchBtnD:hover .iconfont { color: rgba(105,192,188,1); }
.c_portalResEbizads_banner-01001 .p_NumBtn:hover { border-color: rgba(103,184,180,1); } /*ÃƒÂ§Ã‚Â¼Ã‚Â©ÃƒÂ§Ã¢â‚¬Â¢Ã‚Â¥ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ¦Ã‚ÂÃ¢â‚¬â„¢ÃƒÂ¤Ã‚Â»Ã‚Â¶ÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â*/
.c_portalResEbizads_banner-01001 .swiper-container { margin: 0 auto; position: relative; overflow: hidden; /* Fix of Webkit flickering */ z-index: 1; height: 100%; }
.swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; -webkit-transition-property: -webkit-transform; -moz-transition-property: -moz-transform; -o-transition-property: -o-transform; -ms-transition-property: -ms-transform; transition-property: transform; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
.swiper-container-android .swiper-slide, .swiper-wrapper { -webkit-transform: translate3d(0px, 0, 0); -moz-transform: translate3d(0px, 0, 0); -o-transform: translate(0px, 0px); -ms-transform: translate3d(0px, 0, 0); transform: translate3d(0px, 0, 0); }
.swiper-slide { -webkit-flex-shrink: 0; -ms-flex: 0 0 auto; flex-shrink: 0; width: 100%; height: 100%; position: relative; }
.c_portalResEbizads_banner-01001 .p_MatteIcon:before { content: '\e752'; .
}
.c_portalResEbizads_banner-01001 .widther img { width: auto!important; }
.c_portalResEbizads_banner-01001 .swiper-pagination1 { position: absolute; z-index: 20; bottom: 65px; width: 100%; text-align: center; }
.c_portalResEbizads_banner-01001 .dot { width: 20px; height: 20px; }
.c_portalResEbizads_banner-01001 .swiper-pagination span { display: inline-block; margin-right: 4px; }
.c_portalResEbizads_banner-01001 .background_default { display: inline-block; width: 27px; height: 27px; border-radius: 50%; margin: 0 5px; opacity: 0.8; cursor: pointer; }
.c_portalResEbizads_banner-01001 .swiper-wrapper .swiper-slide img { transform: translate(-50%, -50%); position: absolute; top: 50%; left: 50%; height: 165px !important; width: 100%; }
.c_portalResEbizads_banner-01001 .background_default { width: 17px; height: 17px; }
.c_portalResEbizads_banner-01001 .p_SwitchBtnA { display: none; }
.c_portalResEbizads_banner-01001 .p_SwitchBtnB { display: none; }
}
@media only screen and (min-width: 769px) {/*ÃƒÂ¥Ã‚Â¤Ã‚Â§ÃƒÂ¥Ã‚Â±Ã‚Â*/
.c_portalResEbizads_banner-01001 .p_prompt { width: auto; height: auto; text-align: center; background-color: inherit; font-size: 16px; border: 1px solid #E4E4E4; }
.c_portalResEbizads_banner-01001 .p_prompt .prompt_title { display: inline-table; padding: 0 30px; height: 100%; min-height: 260px; }
.c_portalResEbizads_banner-01001 .p_prompt .prompt_title .iconfont:before { content: ""; }
.c_portalResEbizads_banner-01001 .p_prompt .prompt_title .first { height: auto; display: table-cell; font-size: 36px; margin-right: 10px; position: relative; color: #09bb07; vertical-align: middle; padding: 0 10px 10px 0; }
.c_portalResEbizads_banner-01001 .p_prompt .prompt_title .first:before { content: "\e6b4"; }
.c_portalResEbizads_banner-01001 .p_prompt .prompt_title { font-size: 24px; text-align: left; color: rgba(51,51,51,1); font-weight: bold; }
.c_portalResEbizads_banner-01001 .p_prompt .prompt_title .font { display: table-cell; line-height: normal; vertical-align: middle; }
.c_portalResEbizads_banner-01001 .p_prompt .promptbox { width: auto; height: 100%; }
.c_portalResEbizads_banner-01001 .p_prompt .prompt_content { font-size: 18px; color: rgba(105, 105, 105,1); padding-left: 65px; } /*ÃƒÂ¥Ã‹â€ Ã¢â‚¬â€ÃƒÂ¨Ã‚Â¡Ã‚Â¨ÃƒÂ§Ã‚Â¼Ã‚Â©ÃƒÂ§Ã¢â‚¬Â¢Ã‚Â¥ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ¥Ã‹â€ Ã¢â‚¬Â¡ÃƒÂ¦Ã‚ÂÃ‚Â¢1*/
.c_portalResEbizads_banner-01001 .p_SwitchBtnD { display: inline-block; vertical-align: middle; cursor: pointer; font-size: 56px; color: #e2e2e2; }
.c_portalResEbizads_banner-01001 .p_SwitchBtnD .iconfont:before { content: '\e687'; display: inline-block; }
.c_portalResEbizads_banner-01001 .p_SwitchBtnD .font { display: table; width: inherit; height: inherit; pointer-events: none; }/*ÃƒÂ¥Ã‹â€ Ã¢â‚¬â€ÃƒÂ¨Ã‚Â¡Ã‚Â¨ÃƒÂ§Ã‚Â¼Ã‚Â©ÃƒÂ§Ã¢â‚¬Â¢Ã‚Â¥ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ¥Ã‹â€ Ã¢â‚¬Â¡ÃƒÂ¦Ã‚ÂÃ‚Â¢1*/
.c_portalResEbizads_banner-01001 .p_SwitchBtnC { display: inline-block; vertical-align: middle; cursor: pointer; font-size: 56px; color: #e2e2e2; }
.c_portalResEbizads_banner-01001 .p_SwitchBtnC .iconfont:before { content: '\e687'; display: inline-block; }
.c_portalResEbizads_banner-01001 .p_SwitchBtnC .font { display: table; width: inherit; height: inherit; pointer-events: none; }/*ÃƒÂ¥Ã‚ÂºÃ‚ÂÃƒÂ¥Ã‚ÂÃ‚Â·ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ§Ã¢â‚¬Â°Ã¢â‚¬Â¡ÃƒÂ§Ã‚Â»Ã¢â‚¬Å¾ÃƒÂ§Ã‚Â¬Ã‚Â¦*/
.c_portalResEbizads_banner-01001 .p_ListNumBtn { display: inline-table; height: 30px; width: 30px; background-color: #67b8b4; border-width: 1px; border-color: transparent; color: #999999; font-size: 12px; font-family: 'Microsoft YaHei'; }
.c_portalResEbizads_banner-01001 .p_ListNumBtn img { display: none; }
.c_portalResEbizads_banner-01001 .p_ListNumBtn .shape { display: table-cell; width: inherit; height: inherit; text-align: center; vertical-align: middle; }
.c_portalResEbizads_banner-01001 .p_ListNumBtn:active { color: rgba(255,255,255,1); }
.c_portalResEbizads_banner-01001 .p_ListNumBtn.active { color: rgba(255,255,255,1); }
.c_portalResEbizads_banner-01001 .p_ListNumBtn.j-nav-active { color: rgba(255,255,255,1); } /*ÃƒÂ¦Ã¢â‚¬â€œÃ‚Â¹ÃƒÂ¥Ã‚Â½Ã‚Â¢ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ§Ã¢â‚¬Â°Ã¢â‚¬Â¡ÃƒÂ§Ã‚Â»Ã¢â‚¬Å¾ÃƒÂ§Ã‚Â¬Ã‚Â¦*/
.c_portalResEbizads_banner-01001 .p_SquareNumBtn { display: inline-block; height: 10px; width: 100px; padding: 0; background-color: #f2f2f2; border-width: 1px; border-color: transparent; font-size: 12px; font-family: 'Microsoft YaHei'; text-align: center; }
.c_portalResEbizads_banner-01001 .p_SquareNumBtn img { display: none; }
.c_portalResEbizads_banner-01001 .p_SquareNumBtn .shape { text-indent: -9999em; width: inherit; height: inherit; vertical-align: middle; }
.c_portalResEbizads_banner-01001 .p_SquareNumBtn:active { background-color: #67b8b4; }
.c_portalResEbizads_banner-01001 .p_SquareNumBtn.active { background-color: #67b8b4; }
.c_portalResEbizads_banner-01001 .p_SquareNumBtn.j-nav-active { background-color: #67b8b4; } /*ÃƒÂ¥Ã…â€œÃ¢â‚¬Â ÃƒÂ¥Ã…Â¾Ã¢â‚¬Â¹ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ§Ã¢â‚¬Â°Ã¢â‚¬Â¡ÃƒÂ§Ã‚Â»Ã¢â‚¬Å¾ÃƒÂ§Ã‚Â¬Ã‚Â¦*/
.c_portalResEbizads_banner-01001 .p_CircleNumBtn { width: 15px; height: 15px; display: inline-table; background-color: rgba(228,228,228,1); color: rgba(153,153,153,1); font-size: 12px; border-radius: 10px; -moz-border-radius: 10px; text-align: center; }
.c_portalResEbizads_banner-01001 .p_CircleNumBtn img { display: none; }
.c_portalResEbizads_banner-01001 .p_CircleNumBtn .shape { width: inherit; height: inherit; text-indent: -99999px; display: table-cell; vertical-align: middle; border-radius: inherit; -moz-border-radius: inherit; }
.c_portalResEbizads_banner-01001 .p_CircleNumBtn:active { background-color: rgba(105,192,188,1); }
.c_portalResEbizads_banner-01001 .p_CircleNumBtn.active { background-color: rgba(105,192,188,1); }
.c_portalResEbizads_banner-01001 .p_CircleNumBtn.j-nav-active { background-color: rgba(105,192,188,1); } /*ÃƒÂ©Ã¢â€šÂ¬Ã…Â¡ÃƒÂ§Ã¢â‚¬ÂÃ‚Â¨ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ§Ã¢â‚¬Â°Ã¢â‚¬Â¡ÃƒÂ§Ã‚Â»Ã¢â‚¬Å¾ÃƒÂ§Ã‚Â¬Ã‚Â¦*/
.c_portalResEbizads_banner-01001 .p_NumBtn { width: 150px; height: 66px; border-color: rgba(242,242,242,1); border-width: 2px; border-style: solid; }
.c_portalResEbizads_banner-01001 .p_NumBtn .shape { display: none; }
.c_portalResEbizads_banner-01001 .p_NumBtn:active { border-color: rgba(103,184,180,1); }
.c_portalResEbizads_banner-01001 .p_NumBtn.active { border-color: rgba(103,184,180,1); } /*ÃƒÂ©Ã¢â€šÂ¬Ã…Â¡ÃƒÂ§Ã¢â‚¬ÂÃ‚Â¨ÃƒÂ¥Ã‚Â®Ã‚Â¹ÃƒÂ¥Ã¢â€žÂ¢Ã‚Â¨*/
.c_portalResEbizads_banner-01001 .p_ThumbnailBox { width: inherit; height: auto; background-color: transparent; overflow: hidden; } /*ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ©Ã¢â‚¬ÂºÃ¢â‚¬Â ÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ¦Ã‚Â¦Ã¢â‚¬Å¡ÃƒÂ¨Ã‚Â¦Ã‚ÂÃƒÂ¤Ã‚Â¿Ã‚Â¡ÃƒÂ¦Ã‚ÂÃ‚Â¯*/
.c_portalResEbizads_banner-01001 .p_ImgSummary { text-align: justify; vertical-align: top; word-break: break-all; }/*ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ©Ã¢â‚¬ÂºÃ¢â‚¬Â ÃƒÂ¦Ã‚Â Ã¢â‚¬Â¡ÃƒÂ©Ã‚Â¢Ã‹Å“*/
.c_portalResEbizads_banner-01001 .p_ImgHead { display: inline-table; margin: 0; padding: 0; color: #323232; font-size: 30px; font-weight: 400; text-align: left; white-space: nowrap; overflow: visible; }
.c_portalResEbizads_banner-01001 .p_ImgHead .font { display: table-cell; vertical-align: top; line-height: 30px; }
.c_portalResEbizads_banner-01001 .p_ImgHead .iconfont:before { content: ""; }/*ÃƒÂ©Ã¢â€šÂ¬Ã…Â¡ÃƒÂ§Ã¢â‚¬ÂÃ‚Â¨ÃƒÂ¥Ã‚Â®Ã‚Â¹ÃƒÂ¥Ã¢â€žÂ¢Ã‚Â¨*/
.c_portalResEbizads_banner-01001 .p_TitleBox { width: inherit; height: auto; overflow: hidden; } /*ÃƒÂ©Ã¢â‚¬Å“Ã‚Â¾ÃƒÂ¦Ã…Â½Ã‚Â¥ÃƒÂ¥Ã¢â‚¬Â¦Ã†â€™ÃƒÂ§Ã‚Â´Ã‚Â */ /*ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ©Ã¢â‚¬ÂºÃ¢â‚¬Â ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ§Ã¢â‚¬Â°Ã¢â‚¬Â¡ÃƒÂ¨Ã‚Â¯Ã‚Â´ÃƒÂ¦Ã‹Å“Ã…Â½ÃƒÂ¥Ã‚Â®Ã‚Â¹ÃƒÂ¥Ã¢â€žÂ¢Ã‚Â¨*/
.c_portalResEbizads_banner-01001 .p_SummaryBox { width: inherit; height: auto; border-width: 1px; border-style: none; border-color: rgba(228,228,228,0); background-color: rgba(179, 179, 179,1); overflow: visible; } /*ÃƒÂ§Ã‚ÂºÃ‚Â¯ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ¦Ã‚Â Ã¢â‚¬Â¡ÃƒÂ¥Ã‹â€ Ã¢â‚¬Â¡ÃƒÂ¦Ã‚ÂÃ‚Â¢ÃƒÂ¦Ã…â€™Ã¢â‚¬Â°ÃƒÂ©Ã¢â‚¬â„¢Ã‚Â®*/
.c_portalResEbizads_banner-01001 .p_SwitchBtnB { background: rgba(81,80,80,.3); width: 64px; height: 139px; cursor: pointer; text-align: center; color: rgba(255,255,255,1); font-size: 40px; }
.c_portalResEbizads_banner-01001 .p_SwitchBtnB .font { display: table; width: inherit; height: inherit; /*background-color:rgba(202,202,202,.3);*/ pointer-events: none; }
.c_portalResEbizads_banner-01001 .p_SwitchBtnB .iconfont { display: table-cell; vertical-align: middle; position: relative; top: 9px; font-size: 24px; color: #fff; left: 5px; }
.c_portalResEbizads_banner-01001 .p_SwitchBtnB:hover { border-width: 0; border-style: solid; border-color: rgba(255,255,255,0); background-color: rgba(115,115,115,.7); color: rgba(106,192,189,1); }
.c_portalResEbizads_banner-01001 .p_SwitchBtnB:active { border-width: 0; border-style: solid; border-color: rgba(255,255,255,0); background-color: rgba(81,80,80,.7); }/*ÃƒÂ©Ã¢â€šÂ¬Ã…Â¡ÃƒÂ§Ã¢â‚¬ÂÃ‚Â¨ÃƒÂ¥Ã‚Â®Ã‚Â¹ÃƒÂ¥Ã¢â€žÂ¢Ã‚Â¨*/
.c_portalResEbizads_banner-01001 .p_interactionB { width: inherit; height: auto; background-color: transparent; overflow: hidden; } /*ÃƒÂ§Ã‚ÂºÃ‚Â¯ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ¦Ã‚Â Ã¢â‚¬Â¡ÃƒÂ¥Ã‹â€ Ã¢â‚¬Â¡ÃƒÂ¦Ã‚ÂÃ‚Â¢ÃƒÂ¦Ã…â€™Ã¢â‚¬Â°ÃƒÂ©Ã¢â‚¬â„¢Ã‚Â®*/
.c_portalResEbizads_banner-01001 .p_SwitchBtnA { background: rgba(81,80,80,.3); width: 64px; height: 139px; cursor: pointer; text-align: center; color: rgba(255,255,255,1); font-size: 40px; z-index: 999; }
.c_portalResEbizads_banner-01001 .p_SwitchBtnA .font { display: table; width: inherit; height: inherit; /*background-color:rgba(202,202,202,.3);*/ pointer-events: none; }
.c_portalResEbizads_banner-01001 .p_SwitchBtnA .iconfont { display: table-cell; vertical-align: middle; position: relative; top: 9px; right: -2px; font-size: 24px; color: #fff; }
.c_portalResEbizads_banner-01001 .p_SwitchBtnA:hover { border-width: 0; border-style: solid; border-color: rgba(255,255,255,0); background-color: rgba(115,115,115,.7); color: rgba(106,192,189,1); }
.c_portalResEbizads_banner-01001 .p_SwitchBtnA:active { border-width: 0; border-style: solid; border-color: rgba(255,255,255,0); background-color: rgba(81,80,80,.7); }/*ÃƒÂ©Ã¢â€šÂ¬Ã…Â¡ÃƒÂ§Ã¢â‚¬ÂÃ‚Â¨ÃƒÂ¥Ã‚Â®Ã‚Â¹ÃƒÂ¥Ã¢â€žÂ¢Ã‚Â¨*/
.c_portalResEbizads_banner-01001 .p_interactionA { width: inherit; height: auto; background-color: transparent; overflow: hidden; }
.c_portalResEbizads_banner-01001 .p_interactionA + .p_interactionA { left: initial; right: 0; } /*ÃƒÂ¥Ã‚Â¤Ã…Â¡ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ§Ã‚Â»Ã¢â‚¬Å¾ÃƒÂ¥Ã‚Â¤Ã‚Â§ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ¨Ã‚Â¾Ã‚Â¹ÃƒÂ¦Ã‚Â¡Ã¢â‚¬Â */
.c_portalResEbizads_banner-01001 .p_imageA { width: auto; height: auto; overflow: hidden; } /*ÃƒÂ©Ã¢â‚¬Å“Ã‚Â¾ÃƒÂ¦Ã…Â½Ã‚Â¥ÃƒÂ¥Ã¢â‚¬Â¦Ã†â€™ÃƒÂ§Ã‚Â´Ã‚Â */ /*ÃƒÂ©Ã¢â€šÂ¬Ã…Â¡ÃƒÂ§Ã¢â‚¬ÂÃ‚Â¨ÃƒÂ¥Ã‚Â®Ã‚Â¹ÃƒÂ¥Ã¢â€žÂ¢Ã‚Â¨*/
.c_portalResEbizads_banner-01001 .p_images { width: inherit; height: auto; background-color: transparent; overflow: hidden; } /*ÃƒÂ¤Ã‚Â¸Ã‚Â»ÃƒÂ¨Ã‚Â¦Ã‚ÂÃƒÂ¥Ã¢â‚¬Â Ã¢â‚¬Â¦ÃƒÂ¥Ã‚Â®Ã‚Â¹ÃƒÂ¥Ã…â€™Ã‚ÂºÃƒÂ¥Ã‚Â®Ã‚Â¹ÃƒÂ¥Ã¢â€žÂ¢Ã‚Â¨*/
.c_portalResEbizads_banner-01001 .p_banner { width: inherit; height: auto; border-width: 1px; border-style: none; border-color: rgba(255, 255, 255,1); background-color: transparent; overflow: visible; }
.c_portalResEbizads_banner-01001 { min-width: 300px; overflow: auto; }
.c_portalResEbizads_banner-01001 .p_banner { width: 100%; height: 100%; background-color: transparent; }
.c_portalResEbizads_banner-01001 .p_images { width: auto; height: auto; }
.c_portalResEbizads_banner-01001 .p_ThumbnailBox { width: auto; height: auto; border-width: 0; background-color: transparent; }
.c_portalResEbizads_banner-01001 .p_ThumbnailBoxA { width: auto; height: auto; }
.c_portalResEbizads_banner-01001 .p_interactionA { width: auto; height: auto; }
.c_portalResEbizads_banner-01001 .p_interactionB { width: auto; height: auto; }
.c_portalResEbizads_banner-01001 .p_TitleBox { border-width: 0; }
.c_portalResEbizads_banner-01001 .p_TitleBoxA { width: auto; height: auto; border-width: 0; background-color: transparent; }
.c_portalResEbizads_banner-01001 .c_banner { width: inherit; height: inherit; }
.c_portalResEbizads_banner-01001 .p_images { width: inherit; height: inherit; box-sizing: border-box; -moz-box-sizing: border-box; }
.c_portalResEbizads_banner-01001 .p_LinkA { width: inherit; height: inherit; display: block; position: relative; }
.c_portalResEbizads_banner-01001 .p_imageA { vertical-align: baseline; text-align: center; width: inherit; height: inherit; }
.c_portalResEbizads_banner-01001 .p_imageA:hover { background-color: transparent; }
.c_portalResEbizads_banner-01001 .p_imageA:hover:after { background-color: transparent; }
.c_portalResEbizads_banner-01001 .p_interactionA { cursor: pointer; left: 0; height: 100%; position: absolute; top: 0; z-index: 99; overflow: visible; }
.c_portalResEbizads_banner-01001 .p_interactionB { cursor: pointer; right: 0; height: 100%; position: absolute; top: 0; z-index: 99; overflow: visible; }
.c_portalResEbizads_banner-01001 .p_SwitchBtnA { position: absolute; top: 50%; margin-top: -37px; padding-top: 10px; color: rgb(187, 182, 182); left: 0; width: 33px; height: 64px; background-color: rgba(0,0,0,0.5); z-index: 999; }
.c_portalResEbizads_banner-01001 .p_SwitchBtnA .iconfont:before { font-size: 30px; }
.c_portalResEbizads_banner-01001 .p_SwitchBtnB { position: absolute; top: 50%; margin-top: -37px; right: 0; width: 33px; height: 64px; background-color: rgba(0,0,0,0.5); z-index: 999; padding-top: 10px; color: rgb(187, 182, 182); }
.c_portalResEbizads_banner-01001 .p_SwitchBtnB .iconfont:before { font-size: 30px; }
.c_portalResEbizads_banner-01001 .p_SummaryBox { width: 100%; position: absolute; bottom: 0; left: 0; z-index: 5; height: 70px; background-color: transparent; display: none; }
.c_portalResEbizads_banner-01001 .p_SummaryBox:hover { background-color: transparent; }
.c_portalResEbizads_banner-01001 .p_SummaryBox .p_LinkB { display: block; background-color: rgba(0,0,0,0.5); }
.c_portalResEbizads_banner-01001 .p_TitleBox { width: 100%; height: auto; height: 80px; padding: 10px; position: absolute; bottom: 0; left: 0; z-index: 999; font-weight: bold; }
.c_portalResEbizads_banner-01001 .p_LinkA .p_TitleBox span { display: block; height: 25px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; margin-top: 15px; }
.c_portalResEbizads_banner-01001 .p_LinkA:hover .p_TitleBox span { color: #fff; }
.c_portalResEbizads_banner-01001 .p_TitleBoxA { width: 100%; height: inherit; padding-left: 20px; padding-right: 20px; }
.c_portalResEbizads_banner-01001 .p_ImgHead { padding-top: 10px; padding-bottom: 12px; font-size: 30px; font-weight: normal; font-family: "ÃƒÂ©Ã‚Â»Ã¢â‚¬ËœÃƒÂ¤Ã‚Â½Ã¢â‚¬Å“"; color: #fff; white-space: normal; }
.c_portalResEbizads_banner-01001 .p_ThumbnailBox { position: absolute; text-align: center; font-size: 0; z-index: 6; overflow: hidden; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }
.c_portalResEbizads_banner-01001 .p_ThumbnailBoxA { padding-right: 30px; padding-left: 30px; width: 100%; position: absolute; right: 0; bottom: 0; text-align: right; font-size: 0; z-index: 6; overflow: hidden; }
.c_portalResEbizads_banner-01001 .p_ThumbnailBox .p_NumBtn:first-child { margin-left: 0; }
.c_portalResEbizads_banner-01001 .p_NumBtn { margin-right: 6px; font-size: 0; width: 90px; height: auto; display: inline-block; overflow: hidden; }
.c_portalResEbizads_banner-01001 .p_CircleNumBtn { margin-left: 10px; }
.c_portalResEbizads_banner-01001 .p_SquareNumBtn { margin-left: 10px; }
.c_portalResEbizads_banner-01001 .p_SwitchBtnC { position: absolute; top: 50%; left: 0; cursor: pointer; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }
.c_portalResEbizads_banner-01001 .p_SwitchBtnD { position: absolute; top: 50%; right: 0; cursor: pointer; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }
.c_portalResEbizads_banner-01001 .p_CircleNumBtn, .c_portalResEbizads_banner-01001 .p_SquareNumBtn, .c_portalResEbizads_banner-01001 .p_ListNumBtn { margin-top: 20px; margin-bottom: 20px; }
.c_portalResEbizads_banner-01001 .p_SquareNumBtn { width: 98px; }
.c_portalResEbizads_banner-01001 .p_SwitchBtnD .iconfont:before { content: "\e6ae"; font-size: 30px; }
.c_portalResEbizads_banner-01001 .p_ImgSummary { font-weight: normal; white-space: normal; }
.c_portalResEbizads_banner-01001 .p_SwitchBtnC .iconfont { font-size: 30px; color: rgba(255,255,255,.6); display: table-cell; }
.c_portalResEbizads_banner-01001 .p_SwitchBtnD .iconfont { font-size: 30px; color: rgba(255,255,255,.6); display: table-cell; }
.c_portalResEbizads_banner-01001 .p_SwitchBtnC:hover .iconfont { color: rgba(105,192,188,1); }
.c_portalResEbizads_banner-01001 .p_SwitchBtnD:hover .iconfont { color: rgba(105,192,188,1); }
.c_portalResEbizads_banner-01001 .p_NumBtn:hover { border-color: rgba(103,184,180,1); } /*ÃƒÂ§Ã‚Â¼Ã‚Â©ÃƒÂ§Ã¢â‚¬Â¢Ã‚Â¥ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ¦Ã‚ÂÃ¢â‚¬â„¢ÃƒÂ¤Ã‚Â»Ã‚Â¶ÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â*/
.c_portalResEbizads_banner-01001 .swiper-container { margin: 0 auto; position: relative; overflow: hidden; /* Fix of Webkit flickering */ z-index: 1; height: 100%; }
.swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-transition-property: -webkit-transform; -moz-transition-property: -moz-transform; -o-transition-property: -o-transform; -ms-transition-property: -ms-transform; transition-property: transform; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
.swiper-container-android .swiper-slide, .swiper-wrapper { -webkit-transform: translate3d(0px, 0, 0); -moz-transform: translate3d(0px, 0, 0); -o-transform: translate(0px, 0px); -ms-transform: translate3d(0px, 0, 0); transform: translate3d(0px, 0, 0); }
.swiper-slide { -webkit-flex-shrink: 0; -ms-flex: 0 0 auto; flex-shrink: 0; width: 100%; height: 100%; position: relative; }
.c_portalResEbizads_banner-01001 .p_MatteIcon:before { content: '\e752'; }
.c_portalResEbizads_banner-01001 .widther img { width: auto!important; }
.c_portalResEbizads_banner-01001 .swiper-pagination { position: absolute; z-index: 20; bottom: 20px; width: 100%; text-align: center; }
.c_portalResEbizads_banner-01001 .swiper-pagination span { display: inline-block; margin-right: 4px; background-color: #fff; }
.c_portalResEbizads_banner-01001 .background_default { display: inline-block; width: 27px; height: 27px; border-radius: 50%; margin: 0 5px; opacity: 0.8; cursor: pointer; }
.c_portalResEbizads_banner-01001 .swiper-wrapper .swiper-slide img { transform: translate(-50%, -50%); position: absolute; top: 50%; left: 50%; max-width: 100%; width: 100%; height: auto; }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {/*ÃƒÂ¤Ã‚Â¸Ã‚Â­ÃƒÂ¥Ã‚Â±Ã‚Â*/
}
.swiper-container { z-index: 0; }
.binbox { position: absolute; left: 15%; bottom:calc(50% - 90px);; color: #fff; padding-left: 30px; font-family: "微软雅黑"; }
.bannerBox { width: 100%; overflow: hidden; }
.bannerBox .cover { height: 100vh; }
.bannerBox .swiper-slide img { width: 100%; display: block; }
.bannerBox .cover { background: no-repeat center center; background-size: cover; }
.bannerBox .swiper-slide-active .cover { -webkit-animation: scaleUpDown .6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940); animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940); }
@-webkit-keyframes scaleUpDown { from {
-webkit-transform: scale(1.1);
transform: scale(1.1) translateZ(0);
}
to { opacity: 1; -webkit-transform: scale(1); transform: scale(1) translateZ(0); }
}
@keyframes scaleUpDown { from {
-webkit-transform: scale(1.1);
transform: scale(1.1) translateZ(0);
}
to { opacity: 1; -webkit-transform: scale(1); transform: scale(1) translateZ(0); }
}
.bannerBox .content1 { width: 100%; overflow: hidden; height: 100%; }
.picB{ width: 100%; overflow: hidden; height: 100%;}
.bannerBox .text { position: absolute; z-index: 29; width: 100%; height: 100%; left: 0; bottom: 0; }
.bannerBox .binbox:after { content: ''; width: 1px; position: absolute; left: 0; top: 0; opacity: 0; height: 0; background: rgba(255,255,255,.4); transition: all 1s; z-index: 1; }
.bannerBox .swiper-slide-active .binbox:after { height: 100%; opacity: 1; left: 0; -webkit-transition-delay: 1s; transition-delay: 1s; }
.bannerBox .text .cn { font-size: 46px; }
.bannerBox .binbox .en {
font-size: .18rem; color: rgba(255,255,255,1); text-transform: uppercase; font-weight: none; }
.bannerBox .binbox .cn { opacity: 0; transition: all 1s; transform: translate3d(100%, 0, 0); }
.bannerBox .swiper-slide-active .cn { opacity: 1; -webkit-transition-delay: 1.5s; transition-delay: 1.5s; transform: translate3d(0, 0, 0); }
.bannerBox .binbox .en { opacity: 0; transition: all 1s; transform: translate3d(100%, 0, 0); }
.bannerBox .swiper-slide-active .en { opacity: 1; -webkit-transition-delay: 2s; transition-delay: 2s; transform: translate3d(0, 0, 0); text-shadow: 1px 1px 1px #666 }
.bannerBox .swiper-pagination { position: absolute; text-align: center; -webkit-transition: .3s; -moz-transition: .3s; -o-transition: .3s; transition: .3s; -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); z-index: 10; } /* banner三个按钮稳藏*/
.bannerBox .swiper-pagination-clickable { bottom: 22%; left: 0; width: 100%; display: none; } /* banner三个按钮稳藏*/
.bannerBox .swiper-pagination-clickable .swiper-pagination-bullet { cursor: pointer; }
.bannerBox .swiper-pagination-bullet { display: inline-block; background: #fff; border-radius: 0; transform-origin: center center; -webkit-transform-origin: center center; margin: 0 8px; width: 10px; height: 10px; transition: all 0.8s; }
.bannerBox .swiper-pagination-bullet-active { transform: rotate(45deg); -webkit-transform: rotate(45deg); }
.banner_mouse:after, .banner_mouse:before { content: ""; position: absolute; }
.banner_mouse:before { width: 23px; height: 40px; background: url(//dfs.yun300.cn/group1/M00/15/EC/rBQBG1yq-gaEI5zlAAAAAJ-lvOM030.png) no-repeat 0px 0px; -webkit-animation: colorSlide 1.6s linear infinite; animation: colorSlide 1.6s linear infinite; top: 0; left: 0; }
.banner_mouse:after { background-color: #fff; width: 4px; height: 4px; border-radius: 100%; -webkit-animation: trackBallSlide 1.6s linear infinite; animation: trackBallSlide 1.6s linear infinite; top: 0; right: 0; bottom: 0; left: 0; margin: auto; }
@-webkit-keyframes colorSlide { 0% {
height:0;
}
90% {
height:40px;
}
}
@keyframes colorSlide { 0% {
height:0;
}
90% {
height:40px;
}
}
@-webkit-keyframes trackBallSlide { 0% {
opacity: 1;
-webkit-transform: scale(1) translateY(-8px);
transform: scale(1) translateY(-8px);
}
34% {
opacity: 1;
-webkit-transform: scale(0.9) translateY(4px);
transform: scale(0.9) translateY(4px);
}
68% {
opacity: 0;
-webkit-transform: scale(0.4) translateY(16px);
transform: scale(0.4) translateY(16px);
}
100% {
opacity: 0;
-webkit-transform: scale(0.4) translateY(-8px);
transform: scale(0.4) translateY(-8px);
}
}
@keyframes trackBallSlide { 0% {
opacity: 1;
-webkit-transform: scale(1) translateY(-8px);
transform: scale(1) translateY(-8px);
}
34% {
opacity: 1;
-webkit-transform: scale(0.9) translateY(4px);
transform: scale(0.9) translateY(4px);
}
68% {
opacity: 0;
-webkit-transform: scale(0.4) translateY(16px);
transform: scale(0.4) translateY(16px);
}
100% {
opacity: 0;
-webkit-transform: scale(0.4) translateY(-8px);
transform: scale(0.4) translateY(-8px);
}
}
@-webkit-keyframes nudgeMouse { 0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
50% {
-webkit-transform: translateY(8px);
transform: translateY(8px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes nudgeMouse { 0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
50% {
-webkit-transform: translateY(8px);
transform: translateY(8px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@media only screen and (max-width: 1025px) {
.bannerBox .text .cn { font-size: 24px; }
.bannerBox .text .en { font-size: 16px; }
.bannerBox .line { max-width: 300px; }
.bannerBox .text { height: 60%; background-image: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6)); background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6)); }
}
@media only screen and (max-width: 768px) {
.c_portalResEbizads_banner-01001001 { margin-top: 60px !important; }
.bannerBox .text .cn { font-size: 16px; }
.bannerBox .text .en { font-size: 12px; }
.binbox { padding-left: 20px; left: 5%; width: 80%; bottom: 10%; }
.bannerBox .swiper-pagination-clickable, .banner_mouse { display: none; }
.bannerBox { height: 35vh; }
.bannerBox .cover { height: 35vh; }
}
.c_portalResEbizads_banner-01001001 .p_MatteIcon .iconfont:before { content: '\e602'; }
.c_portalResEbizads_banner-01001001 >div { animation-fill-mode: both; }
.c_portalResEbizads_banner-01001001 .bannerBox { height: 100%;   width: 100%; background-color:#134c93}
.c_portalResEbizads_banner-01001001 .bannerBox .cover { height:100%; width: 100%; background-size:auto 100% }



.c_portalResEbizads_banner-01001001 .bannerBox .text .cn { font-size: 0.5rem !important; font-weight: none; padding: 0px 0px 10px 0px; text-shadow: 1px 1px 1px #333, 1px  1px 1px  #000;}
@media only screen and (max-width: 1025px) {
.c_portalResEbizads_banner-01001001 .bannerBox .text .cn { }
.c_portalResEbizads_banner-01001001 .bannerBox .text .en { font-size: 16px; }
.c_portalResEbizads_banner-01001001 .bannerBox .line { max-width: 300px; }
.c_portalResEbizads_banner-01001001 .bannerBox .text { height: 60%; background-image: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6)); background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6)); }
}
@media only screen and (max-width: 768px) {
.c_portalResEbizads_banner-01001001 .bannerBox .text .cn { font-size: 1.2rem !important; }
.c_portalResEbizads_banner-01001001 .bannerBox .text .en { }
.c_portalResEbizads_banner-01001001 .binbox { padding-left: 20px; left: 5%; width: 80%; bottom: 50%; }
.c_portalResEbizads_banner-01001001 .bannerBox .swiper-pagination-clickable, .c_portalResEbizads_banner-01001001 .banner_mouse { display: none; }
.c_portalResEbizads_banner-01001001 .bannerBox { height: 50vh; }
.c_portalResEbizads_banner-01001001 .bannerBox .cover { height: 50vh; }
}
.w_grid-001 { margin-left: auto; margin-right: auto; max-width: 1180px; min-height: 12rem; width: 100%; }
.w_grid-001 > .w_grid { width: 100%; position: relative; }
.w_grid-001 > div > .p_gridbox { width: 100%; overflow: hidden; position: static; }
.w_grid-001 > div > .p_gridbox > .p_gridCell { float: left; position: static; }
.w_grid-001 > div > .p_gridbox > .p_gridCell:not(:empty):before { content: ''; height: 0.1px; display: block; }
.w_grid-001 > div > .p_gridbox > .p_gridCell:first-child { margin-left: 0; clear: left; }
#w_grid-001 > div > .p_gridbox > .p_gridCell:nth-child(2n+1) { margin-left: 0; clear: left; }
@media only screen and (max-width: 768px) {
.w_grid-001 > div > .p_gridbox > .p_gridCell { width: 100%; margin-left: 0; margin-top: 0rem; margin-bottom: 0rem; }
}
@media only screen and (min-width: 769px) {
.w_grid-001 > div > .p_gridbox > .p_gridCell { width: 49.5%; margin-left: 1%; margin-top: 0.6rem; margin-bottom: 0.6rem; }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
}
#w_common_text-1574060230375 { padding-bottom: 20px!important; border-bottom: 1px solid #e8e8e8!important; }
#w_common_text-1573200593984 { padding-bottom: 20px!important; border-bottom: 1px solid #e8e8e8!important; }
#w_grid-1569050163724 { animation-fill-mode: both; background-image: url(/img/footbj.jpg); background-image-part-image: url(/img/footbj.jpg); background-repeat: no-repeat; background-position: top center; }
#w_grid-1573274878516 { background-image: url(/img/footbj.jpg); background-image-part-image: url(/img/footbj.jpg); background-repeat: no-repeat; background-position: top center; }
.w_grid-000 { margin-left: auto; margin-right: auto; min-height: 12rem; width: 100%; }
.w_grid-000 > .w_grid { width: 100%; position: relative; }
.w_grid-000 > div > .p_gridbox { width: 100%; overflow: hidden; position: static; }
.w_grid-000 > div > div > .p_gridCell { float: left; position: static; }
.w_grid-000 > div > div > .p_gridCell:not(:empty):before { content: ''; height: 0.1px; display: block; }
.w_grid-000 > .w_grid.signal { min-height: inherit; }
.w_grid-000 > .w_grid.signal > .p_gridbox { min-height: inherit; }
.w_grid-000 > .w_grid.signal > .p_gridbox > .p_gridCell { min-height: inherit; }
.w_grid-000 > div > .p_gridbox > .p_gridCell:first-child { margin-left: 0; clear: left; }
#w_grid-000 > div > .p_gridbox > .p_gridCell:nth-child(n+1) { margin-left: 0; clear: left; }
@media only screen and (max-width: 768px) {
#w_common_text-1573787030964 { width: 100%!important; }
#w_grid-1569041688600 { width: 90%!important; }
#w_grid-1573009922851 { height: 88px!important; background-color: rgba(10, 40, 77, 1); }
#w_common_text-1573194971658 { margin-top: 40% }
.w_grid-000 > div > .p_gridbox > .p_gridCell { width: 100%; margin-left: 0; margin-top: 0rem; margin-bottom: 0rem; }
}
@media only screen and (min-width: 769px) {
.w_grid-000 > div > .p_gridbox > .p_gridCell:first-child { width: 100%; margin-left: 0; margin-top: 0rem; margin-bottom: 0rem; }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
}/*流式按钮-001*/
.w_fbtn-001 { display: block; width: 100%; height: 100%; max-width: 150px; min-height: 36px; max-height: 0; text-align: center; margin: 0 auto; font-size: 0; }
.w_fbtn-001 .p_CommonBtn { width: 100%; height: inherit; padding: 0; }
.w_fbtn-001 .p_CommonBtn .font { text-align: center; display: inline-block; vertical-align: middle; width: 100%; font-size: 14px; height: auto; }
.w_fbtn-001 .animated { width: 100%; height: 100%; min-height: inherit; }
.w_fbtn-001 .p_link { min-height: inherit; display: block; }
.w_fbtn-001 .p_CommonBtn { border-style: solid; }
.w_fbtn-001 .p_CommonBtn { width: 100%; height: 36px; color: rgba(255,255,255,1); border-width: 1px; border-style: none; border-color: transparent; background-color: rgb(1, 17, 82); padding-top: 0; padding-right: 20px; padding-left: 20px; text-align: center; min-height: inherit; }
.w_fbtn-001 .p_CommonBtn:before { content: ''; width: 0; height: 100%; display: inline-block; vertical-align: middle; }
@media only screen and (max-width: 768px) {/*Ã¥Â°ÂÃ¥Â±Â*/
.c_portalResSearch_total-01001 { margin-left: auto; margin-right: auto; width: 100%; display: block; font-size: 0; padding: 0 10px; }
.c_portalResSearch_total-01001 .p_contentBox { width: 100%; height: auto; overflow: visible; padding: 0; margin: 0; border-width: 1px; border-style: none; border-color: rgba(228,228,228,0); background-color: transparent; position: relative; }
.c_portalResSearch_total-01001 .p_headbox { position: absolute; width: 100%; height: auto; border: 1px solid rgba(240, 240, 240, 1); border-radius: 5px; padding: 10px 0px; display: none; /* margin: 0 10px; */ background: #fff; border-radius: 0; z-index: 999; }
.c_portalResSearch_total-01001 .p_searchBox { width: 55%; height: auto; display: inline-block; vertical-align: middle; overflow: visible; padding: 0; margin: 0; border-width: 1px; border-style: none; border-color: rgba(228,228,228,0); background-color: transparent; position: relative; }
.c_portalResSearch_total-01001 .p_searchBox .p_input { width: 100%; display: inline-block; height: 50px; vertical-align: middle; color: inherit; position: relative; font-size: 24px; }
.c_portalResSearch_total-01001 .p_searchBox .p_input .forward { display: none; }
.c_portalResSearch_total-01001 .p_searchBox .p_input .forward:before { content: "\e6d5"; color: #797979; }
.c_portalResSearch_total-01001 .p_searchBtn { width: 20%; height: 50px; display: inline-block; vertical-align: middle; font-size: 24px; color: #777; border-width: 0; border-style: solid; border-color: rgba(255,255,255,0); text-align: center; padding-top: 0; position: inherit; margin: 0; cursor: pointer; font-family: inherit; font-weight: inherit; text-decoration: none; background-size: 100% 100%; }
.c_portalResSearch_total-01001 .p_searchBtn:hover { box-shadow: none; cursor: pointer; }
.c_portalResSearch_total-01001 .p_searchBtn .iconfont { margin-right: 5px; }
.c_portalResSearch_total-01001 .p_searchBtn .font { display: inline-table; vertical-align: middle; bottom: 0; height: inherit; color: inherit; font-family: inherit; font-weight: inherit; font-size: inherit; text-decoration: none; position: relative; line-height: 50px; }
.c_portalResSearch_total-01001 .p_input input, .c_search_total-01001 .p_input .InputText { display: inline-block; height: 100%; width: inherit; line-height: inherit; /* border-width: 1px; */ /* border-style: solid; */ /* border-color: #f0f0f0; */ padding-left: 5px; padding-right: 32px; border: none; }
.c_portalResSearch_total-01001 .p_select { height: auto; font-size: 0; display: inline-block; width: 25%; vertical-align: middle; float: left; display: none!important; }
.c_portalResSearch_total-01001 .p_select input { width: inherit; height: 50px; border: none; display: inline-block; vertical-align: middle; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 24px; position: absolute; padding-left: 10px !important; padding-right: 10px !important; }
.c_portalResSearch_total-01001 .p_select .shape { display: inline-block; width: 25px; height: 50px; position: static!important; line-height: 50px; /* background-color: #fafafa; */ text-align: center; /* border: 1px solid rgba(240, 240, 240, 1); */ border-left: none; font-size: 12px; color: rgba(200, 200, 200, 1); float: right; top: 0!important; transform: translateY(0%); margin-right: 10px; }
.c_portalResSearch_total-01001 .p_select .shape:before { content: "\e69c"; font-size: 24px; }
.c_portalResSearch_total-01001 .p_select .itembox { height: auto; width: 100%; position: absolute; top: 80px; left: 0px; border: 1px solid rgba(240, 240, 240, 1); z-index: 99; background-color: #fff; font-size: 0; border-radius: 5px; }
.c_portalResSearch_total-01001 .p_select li { width: calc(100% / 4); height: auto; display: inline-block; margin: 20px 0; text-align: center; font-size: 22px; border-left: 1px solid #ccc; }
.c_portalResSearch_total-01001 .p_select li:nth-child(1) { border-left: none }
.c_portalResSearch_total-01001 .p_select li:nth-child(5) { border-left: none }
.c_portalResSearch_total-01001 .p_select li i img { display: none; }
input::-webkit-input-placeholder {
font-size:24px;
line-height:50px;
color:#777;
}
.c_portalResSearch_total-01001 .p_searchBtnBox { display: block; width: 250px; height: auto; padding: 10px 10px; background-color: #1890FF; border-radius: 5px; margin-bottom: 30px; margin: 0 10px 30px 10px; }
.c_portalResSearch_total-01001 .p_searchBtnA { width: 100%; height: auto; padding: 10px 10px; font-size: 24px; color: #fff; text-align: center; }
.c_portalResSearch_total-01001 .p_headbox.active:before { width: 0px; height: 0px; position: absolute; top: -40px; left: 41px; padding: 0; border-bottom: 20px solid #FFFFFF; border-top: 20px solid transparent; border-left: 20px solid transparent; border-right: 20px solid transparent; display: block; content: ""; z-index: 12; }
.c_portalResSearch_total-01001 .p_headbox.active:after { width: 0px; height: 0px; position: absolute; top: -41px; left: 41px; padding: 0; border-bottom: 20px solid #efe7e7; border-top: 20px solid transparent; border-left: 20px solid transparent; border-right: 20px solid transparent; display: block; content: ""; z-index: 10; }
.c_portalResSearch_total-01001 .p_input .iconfont.last { position: absolute; color: #afafaf; top: 16px; right: 5px; font-size: 20px; cursor: pointer; }
.c_portalResSearch_total-01001 .p_input .iconfont.last:before { content: "\e640"; }
.c_portalResSearch_total-01001 .p_searchBtnA:hover { box-shadow: none; }
.c_portalResSearch_total-01001 .p_searchBtnA .iconfont:before { content: "\e661"; font-size: 30px; vertical-align: middle; margin-right: 10px; }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {/*Ã¤Â¸Â­Ã¥Â±Â*/
.c_portalResSearch_total-01001 { margin-left: auto; margin-right: auto; max-width: 1180px; min-height: 192px; width: auto; display: inline-block; font-size: 0; }
.c_portalResSearch_total-01001 .p_contentBox { width: 100%; height: auto; overflow: visible; white-space: nowrap; padding: 0; margin: 0; border-width: 1px; border-style: none; border-color: rgba(228,228,228,0); background-color: transparent; position: relative; }
.c_portalResSearch_total-01001 .p_headbox { width: 100%; height: auto; }
.c_portalResSearch_total-01001 .p_searchBox { width: auto; height: auto; display: inline-block; vertical-align: middle; overflow: visible; padding: 0; margin: 0; border-width: 1px; border-style: none; border-color: rgba(228,228,228,0); background-color: transparent; position: relative; }
.c_portalResSearch_total-01001 .p_searchBox .p_input { width: 220px; display: inline-block; height: 40px; vertical-align: middle; color: inherit; position: relative; font-size: 14px; }
.c_portalResSearch_total-01001 .p_searchBox .p_input .last { display: none; }
.c_portalResSearch_total-01001 .p_searchBox .p_input .forward { /* display: none; */ position: absolute; left: 5px; top: 50%; transform: translateY(-50%); height: auto; font-size: 15px; }
.c_portalResSearch_total-01001 .p_searchBox .p_input .forward:before { content: "\e661"; color: #a9a9a9; }
.c_portalResSearch_total-01001 .p_searchBtn { width: auto; height: 40px; display: inline-block; vertical-align: middle; font-size: 14px; color: rgba(255,255,255,1); border-width: 1px; border-style: solid; border-color: rgba(255,255,255,0); background-color: #1890FF; text-align: center; padding-top: 0; padding-right: 20px; padding-left: 20px; position: inherit; margin: 0; padding: 0 20px; cursor: pointer; font-family: inherit; font-weight: inherit; text-decoration: none; background-size: 100% 100%; border-top-right-radius: 5px; border-bottom-right-radius: 5px; }
.c_portalResSearch_total-01001 .p_searchBtn .font { display: table-cell; vertical-align: middle; bottom: 0; height: inherit; color: inherit; font-family: inherit; font-weight: inherit; font-size: inherit; text-decoration: none; position: relative; text-align: center; }
.c_portalResSearch_total-01001 .p_input input, .c_search_total-01001 .p_input .InputText { display: inline-block; height: 100%; width: inherit; line-height: inherit; border-width: 1px; border-style: solid; border-color: #f0f0f0; padding-left: 25px; padding-right: 5px; border-top-left-radius: 5px; border-bottom-left-radius: 5px; }
.c_portalResSearch_total-01001 .p_select { height: auto; position: relative; font-size: 0; display: inline-block; width: auto; vertical-align: middle; margin-left: -1px; }
.c_portalResSearch_total-01001 .p_select input { width: 75px; height: 40px; border: 1px solid rgba(240, 240, 240, 1); line-height: 30px; display: inline-block; vertical-align: middle; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; padding: 0 10px; }
.c_portalResSearch_total-01001 .p_select input:hover { background-color: rgb(240, 248, 250); color: rgb(100, 190, 186); }
.c_portalResSearch_total-01001 .p_select input:hover + .shape { background-color: rgb(240, 248, 250); }
.c_portalResSearch_total-01001 .p_select .shape { display: inline-block; width: 30px; height: 40px; position: absolute; right: 0; line-height: 40px; text-align: center; border: 1px solid rgba(240, 240, 240, 1); border-left: none; font-size: 12px; color: rgba(200, 200, 200, 1); }
.c_portalResSearch_total-01001 .p_select .shape:before { content: "\e6c9"; }
.c_portalResSearch_total-01001 .p_select .shape:hover { color: #65beba; }
.c_portalResSearch_total-01001 .p_select .itembox { height: auto; width: 100%; position: absolute; top: 40px; left: 0px; border: 1px solid rgba(240, 240, 240, 1); border-top: 0; overflow-y: auto; z-index: 99; background-color: #fff; font-size: 12px; max-height: 180px; }
.c_portalResSearch_total-01001 .p_select li { width: auto; height: 40px; line-height: 40px; display: block; text-align: center; }
.c_portalResSearch_total-01001 .p_select li:hover { background-color: rgb(240, 248, 250); color: rgb(100, 190, 186); }
.c_portalResSearch_total-01001 .p_select li i img { display: none; }
.c_portalResSearch_total-01001 .p_searchBtnBox { display: none; }
}
@media only screen and (min-width: 769px) {/*Ã¥Â¤Â§Ã¥Â±Â*/
.c_portalResSearch_total-01001 { margin-left: auto; margin-right: auto; max-width: 1180px; min-height: 192px; width: auto; display: inline-block; font-size: 0; }
.c_portalResSearch_total-01001 .p_contentBox { width: 100%; height: auto; overflow: visible; white-space: nowrap; padding: 0; margin: 0; border-width: 1px; border-style: none; border-color: rgba(228,228,228,0); background-color: transparent; position: relative; }
.c_portalResSearch_total-01001 .p_headbox { width: 100%; height: auto; }
.c_portalResSearch_total-01001 .p_searchBox { width: auto; height: auto; display: inline-block; vertical-align: middle; overflow: visible; padding: 0; margin: 0; border-width: 1px; border-style: none; border-color: rgba(228,228,228,0); background-color: transparent; position: relative; }
.c_portalResSearch_total-01001 .p_searchBox .p_input { width: 220px; display: inline-block; height: 40px; vertical-align: middle; color: inherit; position: relative; font-size: 14px; }
.c_portalResSearch_total-01001 .p_searchBox .p_input .last { display: none; }
.c_portalResSearch_total-01001 .p_searchBox .p_input .forward { /* display: none; */ position: absolute; left: 5px; top: 50%; transform: translateY(-50%); height: auto; font-size: 15px; }
.c_portalResSearch_total-01001 .p_searchBox .p_input .forward:before { content: "\e661"; color: #a9a9a9; }
.c_portalResSearch_total-01001 .p_searchBtn { width: auto; height: 40px; display: inline-block; vertical-align: middle; font-size: 14px; color: rgba(255,255,255,1); border-width: 1px; border-style: solid; border-color: rgba(255,255,255,0); background-color: #1890FF; text-align: center; padding-top: 0; padding-right: 20px; padding-left: 20px; position: inherit; margin: 0; padding: 0 20px; cursor: pointer; font-family: inherit; font-weight: inherit; text-decoration: none; background-size: 100% 100%; border-top-right-radius: 5px; border-bottom-right-radius: 5px; }
.c_portalResSearch_total-01001 .p_searchBtn .font { display: table-cell; vertical-align: middle; bottom: 0; height: inherit; color: inherit; font-family: inherit; font-weight: inherit; font-size: inherit; text-decoration: none; position: relative; text-align: center; }
.c_portalResSearch_total-01001 .p_input input, .c_search_total-01001 .p_input .InputText { display: inline-block; height: 100%; width: inherit; line-height: inherit; border-width: 1px; border-style: solid; border-color: #f0f0f0; padding-left: 25px; padding-right: 5px; border-top-left-radius: 5px; border-bottom-left-radius: 5px; }
.c_portalResSearch_total-01001 .p_select { height: auto; position: relative; font-size: 0; display: inline-block; width: auto; vertical-align: middle; margin-left: -1px; }
.c_portalResSearch_total-01001 .p_select input { width: 75px; height: 40px; border: 1px solid rgba(240, 240, 240, 1); line-height: 30px; display: inline-block; vertical-align: middle; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; padding: 0 10px; }
.c_portalResSearch_total-01001 .p_select input:hover { background-color: rgb(240, 248, 250); color: rgb(100, 190, 186); }
.c_portalResSearch_total-01001 .p_select input:hover + .shape { background-color: rgb(240, 248, 250); }
.c_portalResSearch_total-01001 .p_select .shape { display: inline-block; width: 30px; height: 40px; position: absolute; right: 0; line-height: 40px; text-align: center; border: 1px solid rgba(240, 240, 240, 1); border-left: none; font-size: 12px; color: rgba(200, 200, 200, 1); }
.c_portalResSearch_total-01001 .p_select .shape:before { content: "\e6c9"; }
.c_portalResSearch_total-01001 .p_select .shape:hover { color: #65beba; }
.c_portalResSearch_total-01001 .p_select .itembox { height: auto; width: 100%; position: absolute; top: 40px; left: 0px; border: 1px solid rgba(240, 240, 240, 1); border-top: 0; overflow-y: auto; z-index: 99; background-color: #fff; font-size: 12px; max-height: 180px; }
.c_portalResSearch_total-01001 .p_select li { width: auto; height: 40px; line-height: 40px; display: block; text-align: center; }
.c_portalResSearch_total-01001 .p_select li:hover { background-color: rgb(240, 248, 250); color: rgb(100, 190, 186); }
.c_portalResSearch_total-01001 .p_select li i img { display: none; }
.c_portalResSearch_total-01001 .p_searchBtnBox { display: none; }
}
.w_fline-001 .p_FLine { width: 100px; border-top-width: 2px; border-top-style: solid; border-top-color: #fff; opacity: 1; display: inline-block; vertical-align: middle; }
.w_fline-001 { width: 100%; min-height: 20px; display: block; margin: 0 auto; }
.w_fline-001 .w_fline { width: 100%; min-height: inherit; font-size: 0; }
.w_fline-001 .w_fline:before { content: ""; display: inline-block; vertical-align: middle; min-height: inherit; width: 0; }
.c_portalResNews_list-01001 { min-width: 320px; width: 100%; }
.col-sm-3, .p_pagebox { display: none; }
.c_portalResNews_list-01001 .p_PromptNoneData { width: auto; text-align: center }
.c_portalResNews_list-01001 .p_PromptNoneData .prompt_title .iconfont:before { content: "" }
.c_portalResNews_list-01001 .p_PromptNoneData .prompt_title .first { height: auto; display: table-cell; position: relative; vertical-align: middle; padding: 0 10px 5px 0; }
.c_portalResNews_list-01001 .p_PromptNoneData .prompt_title { display: inline-table; padding: 0 30px; min-height: 200px; height: 100% }
.c_portalResNews_list-01001 .p_PromptNoneData .prompt_title .first:before { content: "\e6b4" }
.c_portalResNews_list-01001 .p_PromptNoneData .prompt_title .font { display: table-cell; vertical-align: middle; text-align: left }
.c_portalResNews_list-01001 .p_PromptNoneData .promptbox { width: auto; height: 100% }
.c_portalResNews_list-01001 .p_PromptNoneData .prompt_content { padding-left: 65px } /*Ã¥Â¼â€¢Ã¥Â¯Â¼Ã§Å¸Â­Ã¨Â¿Å¾Ã¦Å½Â¥*/
.c_portalResNews_list-01001 .p_moreBtn { position: static; width: auto; display: inline-table; min-height: 29px; margin: 0; padding-bottom: 5px; padding-left: 10px; padding-right: 10px; padding-top: 5px; min-width: 86px; cursor: pointer; text-align: center }
.c_portalResNews_list-01001 .p_moreBtn .font { white-space: nowrap; overflow: visible; vertical-align: middle }
.c_portalResNews_list-01001 .p_moreBtn .iconfont:before { content: "" }
@-moz-keyframes three-quarters-loader { 0% {
-moz-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-moz-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes three-quarters-loader { 0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes three-quarters-loader { 0% {
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.loading_animation { -moz-animation: three-quarters-loader 850ms infinite linear; -webkit-animation: three-quarters-loader 850ms infinite linear; animation: three-quarters-loader 850ms infinite linear; box-sizing: border-box; display: inline-block; position: relative; overflow: hidden; text-indent: -9999px; width: 32px; height: 32px; vertical-align: middle }
.c_portalResNews_list-01001 .p_loading { width: 100%; height: 70px; line-height: 70px; text-align: center; }
.c_portalResNews_list-01001 .p_loading .iconfont:before { content: "" }
.c_portalResNews_list-01001 .p_loading .font { display: inline-block; margin-left: 20px; height: inherit } /*Ã¦â€”Â Ã¦â€¢Ë†Ã¦Å¾Å“/Ã¥Ë†â€ Ã§Â»â€ž*/
.c_portalResNews_list-01001 .p_moreBox { margin: 0 20px; width: auto; height: auto; padding: 0; overflow: hidden } /*Ã¥Â¼â€¢Ã¥Â¯Â¼Ã§Å¸Â­Ã¨Â¿Å¾Ã¦Å½Â¥ Ã¦Å¸Â¥Ã§Å“â€¹Ã¨Â¯Â¦Ã¦Æ’â€¦ */
.c_portalResNews_list-01001 .p_ToDetail { display: inline-block; margin: 0; padding: 5px 10px; min-width: 86px; text-align: center; white-space: nowrap; vertical-align: middle; }
a>.c_portalResNews_list-01001 .p_ToDetail:hover { cursor: pointer } /*Ã¦Â¦â€šÃ¨Â¦ÂÃ¤Â¿Â¡Ã¦ÂÂ¯*/
.c_portalResNews_list-01001 .p_SummaryBox { margin: 0; width: 236px; height: 317px; padding: 0; overflow: hidden }
.c_portalResNews_list-01001 .p_summary { text-align: left; vertical-align: top; word-break: break-all } /*Ã¨Â¾â€¦Ã¥Å Â©Ã¥Â­â€”Ã¦Â®ÂµÃ¥â‚¬Â¼*/
.c_portalResNews_list-01001 .p_time { display: inline-block; margin: 0; padding: 0 5px 0 0; vertical-align: middle; text-align: left; white-space: nowrap; overflow: visible; line-height: 18px; vertical-align: top; } /* Ã¤Âºâ€™Ã¥Å Â¨Ã¤Â¿Â¡Ã¦ÂÂ¯ */
.c_portalResNews_list-01001 .p_assist { margin: 0; width: 236px; height: 317px; padding: 0; overflow: hidden } /*Ã¦Â¦â€šÃ¨Â¦ÂÃ¥Ë†â€”Ã¨Â¡Â¨Ã¦Â â€¡Ã©Â¢Ëœ*/
.c_portalResNews_list-01001 .p_TitleBox { width: auto; height: auto; padding: 5px 0; overflow: hidden; vertical-align: top; font-size: 16px; font-weight: 600; }
.c_portalResNews_list-01001 .p_title { display: inline-table; width: 100%; margin: 0; padding: 0; text-align: left; cursor: pointer; overflow: hidden; text-overflow: ellipsis; color: #000; } /*Ã¥Ë†â€”Ã¨Â¡Â¨Ã¥ÂºÂÃ¥Â®Â¹Ã¥â„¢Â¨*/
.c_portalResNews_list-01001 .p_header { margin: 5px 0 0; width: auto; height: auto; padding: 0; overflow: hidden; } /*Ã¦â€”Â Ã¦â€¢Ë†Ã¦Å¾Å“/Ã¥Ë†â€ Ã§Â»â€ž*/
.c_portalResNews_list-01001 .p_content { margin: 0; width: 236px; height: 317px; padding: 0; overflow: hidden } /*Ã¨Âµâ€žÃ¨Â®Â¯Ã¥Ë†â€”Ã¨Â¡Â¨Ã¥Â®Â¹Ã¥â„¢Â¨*/
.c_portalResNews_list-01001 .p_images { margin: 0; width: 168px; height: 138px; padding: 0; overflow: hidden; float: left; box-sizing: border-box; -moz-box-sizing: border-box; position: relative; vertical-align: middle; text-align: center; margin-right: 15px } /*Ã¨Â¡Å’Ã¥Ë†â€”Ã¨Â¡Â¨Ã¥Â®Â¹Ã¥â„¢Â¨*/
.c_portalResNews_list-01001 .p_articles { margin: 0; width: inherit; height: auto; padding: 0; } /*Ã©â‚¬Å¡Ã§â€Â¨Ã¥Â®Â¹Ã¥â„¢Â¨*/
.c_portalResNews_list-01001 .p_news { margin: 0; width: inherit; height: auto; padding: 0; overflow: hidden; } /*Ã¤Â¸Â»Ã¨Â¦ÂÃ¥â€ â€¦Ã¥Â®Â¹Ã¥Å’ÂºÃ¥Â®Â¹Ã¥â„¢Â¨*/
.p_Newslist { }
.c_portalResNews_list-01001 { overflow: hidden; }
.c_portalResNews_list-01001 .p_content { width: auto; height: auto; vertical-align: top }
.c_portalResNews_list-01001 .p_SummaryBox { width: auto; height: auto; }
.c_portalResNews_list-01001 .p_assist { width: auto; height: auto; } /*Ã¨Â¦â€ Ã§â€ºâ€“Ã©ËœÂ¶Ã¦Â®ÂµÃ§Â»â€œÃ¦ÂÅ¸*/ /*Ã¦â€Â¹Ã¤Â¸Âºinline-block*/
.c_portalResNews_list-01001 .p_icon { display: inline-block; vertical-align: middle; margin-top: 2px }
.c_portalResNews_list-01001 .p_about { display: inline-block; vertical-align: middle } /*end*/ /*Ã§Â»â€žÃ¤Â»Â¶Ã¦Â Â·Ã¥Â¼ÂÃ¥Â¼â‚¬Ã¥Â§â€¹*/
.c_portalResNews_list-01001 .p_articles { display: inline-block; height: auto; min-width: 320px; width: calc((100% - 0px)/1); padding: 15px 17px; overflow: hidden; float: left; }
.c_portalResNews_list-01001 .p_thumbnail { width: 100%; height: auto; vertical-align: middle; text-align: center; overflow: hidden }
.c_portalResNews_list-01001 .p_thumbnail img { width: 100%; }
.c_portalResNews_list-01001 .higher .p_thumbnail { position: absolute; height: 100% }
.c_portalResNews_list-01001 .widther .p_thumbnail { position: absolute; height: 100% }
.c_portalResNews_list-01001 .smaller .p_thumbnail { position: absolute; height: 100% }
.c_portalResNews_list-01001 .p_assist { margin-top: 2px; }
.c_portalResNews_list-01001 .p_SummaryBox { clear: both; margin-bottom: 10px; margin-top: 8px }
.c_portalResNews_list-01001 .p_ToDetail { float: right; position: relative }
.c_portalResNews_list-01001 .p_summary { white-space: normal }
.c_portalResNews_list-01001 .p_categorySummaryBox { overflow: hidden; padding: 10px; }
.c_portalResNews_list-01001 article { word-wrap: break-word !important; word-break: normal !important; }
@media only screen and (max-width: 768px) {
.c_portalResNews_list-01001 .p_articles { margin-top: 10px !important; width: 100% !important; }
.c_portalResNews_list-01001 .mp_linkUrl { display: block; height: auto; }
.c_portalResNews_list-01001 .p_SummaryBox { display: none; }
.c_portalResNews_list-01001 .p_ToDetail { display: none !important; }
.c_portalResNews_list-01001 .mP_SummaryBox { clear: both; }
.c_portalResNews_list-01001 .p_Information { display: flex; padding: 10px 0; }
.c_portalResNews_list-01001 .p_Information li { flex: 1; height: 20px; overflow: hidden; }
.c_portalResNews_list-01001 .p_KeyWord { width: 100%; margin-top: 5px; }
.c_portalResNews_list-01001 .p_KeyWord .p_tag { padding: 5px 15px; margin-right: 10px; border-radius: 3px; }
.c_portalResNews_list-01001 .blank { width: 100%; height: 15px; overflow: hidden; }
.c_portalResNews_list-01001 .p_articles { border: none }
}
@media only screen and (min-width: 769px) {
.c_portalResNews_list-01001 .mp_linkUrl { display: none; }
.c_portalResNews_list-01001 .mP_SummaryBox { display: none; }
.c_portalResNews_list-01001 .p_Information { display: none; }
.c_portalResNews_list-01001 .p_KeyWord { display: none; }
.c_portalResNews_list-01001 .blank { display: none; }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
}
.w_ficon-001 { display: table; width: 100%; height: 100%; max-width: 80px; max-height: 0; min-height: 80px; margin: 0 auto; }
.w_ficon-001 .w_ficon { display: table-cell; vertical-align: middle; text-align: center }
.w_ficon-001 .e_link { display: inline-block; height: auto; }
.w_ficon-001 .p_icon { margin: 0; width: inherit; height: inherit; color: rgba(102,102,102,1); }
.w_ficon-001 .p_icon:before { content: '\e6b4'; font-size: 30px; }
.w_grid-003 { margin-left: auto; margin-right: auto; max-width: 1180px; min-height: 12rem; width: 100%; }
.w_grid-003 > .w_grid { width: 100%; position: relative; }
.w_grid-003 > div > .p_gridbox { width: 100%; overflow: hidden; position: static; }
.w_grid-003 > div > .p_gridbox > .p_gridCell { float: left; position: static; }
.w_grid-003 > div > .p_gridbox > .p_gridCell:not(:empty):before { content: ''; height: 0.1px; display: block; }
.w_grid-003 > div > .p_gridbox > .p_gridCell:first-child { margin-left: 0; clear: left; }
#w_grid-003 > div > .p_gridbox > .p_gridCell:nth-child(3n+1) { margin-left: 0; clear: left; }
@media only screen and (max-width: 768px) {
.w_grid-003 > div > .p_gridbox > .p_gridCell { width: 100%; margin-left: 0; margin-top: 0rem; margin-bottom: 0rem; }
}
@media only screen and (min-width: 769px) {
.w_grid-003 > div > .p_gridbox > .p_gridCell { width: 32.66%; margin-left: 1%; margin-top: 0.6rem; margin-bottom: 0.6rem; }
}


.muuweb-header .muuweb-logo { float: left; width: 300px; transition: all 0.8s; margin-top: 30px; }
 .muuweb-header .muuweb-nav li .hider {
  background-color: #FFF;
}

.muuweb-header .muuweb-nav li .hider .sub-link { display: block; border-bottom: 1px solid rgb(255, 255, 255, 0.1); font-size:.18rem !important;
 background: none; }
 .muuweb-header .muuweb-nav li { position: relative; margin-top: 27px; height: 100%; display: inline-block; text-align: center; }

@media only screen and (max-width:1024px) and (min-width: 769px) {
}
@media only screen and (max-width:1024px) and (min-width: 769px) {
}
@media only screen and (max-width:1024px) and (min-width: 769px) {
}
@media only screen and (max-width:1024px) and (min-width: 769px) {
}
@media only screen and (max-width:1024px) and (min-width: 769px) {
}
@media only screen and (max-width:1024px) and (min-width: 769px) {
}
@media only screen and (max-width:1024px) and (min-width: 769px) {
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
}
@media only screen and (max-width:1024px) and (min-width: 769px) {
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
}
@media only screen and (max-width:1024px) and (min-width: 769px) {
}
#c_portalResNews_list-15730466860170634 .p_articles { width: calc((100% - 0px)/4); }
#c_portalResNews_list-15730466860170634 .p_CommonSummaryBoxA { text-align: center; }
#c_portalResNews_list-15730466860170634 .p_MatteIcon .iconfont:before { content: '\e602'; }
#c_portalResNews_list-15730466860170634 >div { animation-fill-mode: both; }
#c_portalResNews_list-15730466860170634 .newBox { width: 100%; height: auto; overflow: hidden; }
#c_portalResNews_list-15730466860170634 .newContainer { width: 100%; height: auto; overflow: hidden; margin: 0.2rem auto; }
#c_portalResNews_list-15730466860170634 .newLi { position: relative; overflow: hidden; padding: 20px; }
#c_portalResNews_list-15730466860170634 .porTbox { position: relative; overflow: hidden; width: 100%; height: 147px; }
#c_portalResNews_list-15730466860170634 .newImg { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; transition: all .5s ease; }
#c_portalResNews_list-15730466860170634 .porBbox { position: relative; overflow: hidden; width: 100%; height: 168px; padding: 20px 20px 10px; border: 1px solid #f2f2f2; }
#c_portalResNews_list-15730466860170634 .newTitle {
font-size:.98rem; color: #333; overflow: hidden; text-overflow: ellipsis; position: relative; white-space: nowrap; width: 100%; }
#c_portalResNews_list-15730466860170634 .newSummry { color: #777; overflow: hidden; margin: 10px 0; -webkit-line-clamp: 3; -webkit-box-orient: vertical; text-overflow: ellipsis; line-height: 1.5em; height: 56px; display: -webkit-box; font-size: .9em; }
#c_portalResNews_list-15730466860170634 .lookDetail { position: relative; display: block; color: #777; height: 38px; line-height: 38px; border-top: 1px solid #e5e5e5; }
#c_portalResNews_list-15730466860170634 .arrowsR { position: absolute; top: 50%; right: 0px; transform: translate(0, -50%); width: 30px; }
#c_portalResNews_list-15730466860170634 .arrowsR img { position: absolute; transition: all .5s ease; }
#c_portalResNews_list-15730466860170634 .harr { opacity: 0; }
#c_portalResNews_list-15730466860170634 .showBox { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; opacity: 0; background: rgba(0, 0, 0, .6); transition: all 0.5s ease; }
#c_portalResNews_list-15730466860170634 .showBoxLink { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: block; width: 60%; color: #fff; text-align: center; font-size: 1rem; padding: 0.5rem 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
#c_portalResNews_list-15730466860170634 .showBoxLink::before { content: ''; position: absolute; top: 0px; left: 50%; transform: translateX(-50%); width: 60%; height: 1px; background: #fff; transition: all .5s ease; }
#c_portalResNews_list-15730466860170634 .showBoxLink::after { content: ''; position: absolute; bottom: 0px; left: 50%; transform: translateX(-50%); width: 60%; height: 1px; background: #fff; transition: all .5s ease; }
#c_portalResNews_list-15730466860170634 .lookDetail:hover .barr { opacity: 0; }
#c_portalResNews_list-15730466860170634 .lookDetail:hover .harr { opacity: 1; }
#c_portalResNews_list-15730466860170634 .newLi:hover .showBox { opacity: 1; }
#c_portalResNews_list-15730466860170634 .newLi:hover .newImg { transform: translate(-50%, -50%) scale(1.1); }
#c_portalResNews_list-15730466860170634 .newLi:hover .showBoxLink::before { width: 1rem; }
#c_portalResNews_list-15730466860170634 .newLi:hover .showBoxLink::after { width: 1rem; }
@media only screen and (min-width: 769px) {
#c_portalResNews_list-15730466860170634 .newContainer { max-width: auto; }
#c_portalResNews_list-15730466860170634 .newLi { width: calc(100% / 4); height: 370px; float: left; }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
#c_portalResNews_list-15730466860170634 .newContainer { max-width: 900px; }
#c_portalResNews_list-15730466860170634 .newLi { width: 50%; height: 400px; }
}
#c_portalResNews_list-15730466860170634 .p_page .pre .iconfont:before { shadow-angle: 0px; shadow-distance: 0px; shadow-angle-ofInset: 0px; shadow-distance-ofInset: 0px; }
#c_portalResNews_list-15730466860170634 .p_page .next .iconfont:before { shadow-angle: 0px; shadow-distance: 0px; shadow-angle-ofInset: 0px; shadow-distance-ofInset: 0px; }
#c_portalResNews_list-15730466860170634 .p_more .iconfont:before { shadow-angle: 0px; shadow-distance: 0px; shadow-angle-ofInset: 0px; shadow-distance-ofInset: 0px; }
#c_portalResNews_list-15730466860170634 .p_loading .iconfont:before { shadow-angle: 0px; shadow-distance: 0px; shadow-angle-ofInset: 0px; shadow-distance-ofInset: 0px; }
#c_portalResNews_list-15730466860170634 { width: 100%; max-width: none; min-width: 0px; height: auto; max-height: none; min-height: 0px; margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 1%; padding-top: 0px; padding-left: 0px; padding-right: 0px; padding-bottom: 0px; }
#c_portalResSearch_total-15732748758303010 .p_MatteIcon .iconfont:before { content: '\e602'; }
#c_portalResSearch_total-15732748758303010 >div { animation-fill-mode: both; }
#c_portalResSearch_total-15732748758303010 .p_product .iconfont:before { shadow-angle: 0px; shadow-distance: 0px; shadow-angle-ofInset: 0px; shadow-distance-ofInset: 0px; }
#c_portalResSearch_total-15732748758303010 .p_info .iconfont:before { shadow-angle: 0px; shadow-distance: 0px; shadow-angle-ofInset: 0px; shadow-distance-ofInset: 0px; }
#c_portalResSearch_total-15732748758303010 .p_atlas .iconfont:before { shadow-angle: 0px; shadow-distance: 0px; shadow-angle-ofInset: 0px; shadow-distance-ofInset: 0px; }
#c_portalResSearch_total-15732748758303010 .p_recruit .iconfont:before { shadow-angle: 0px; shadow-distance: 0px; shadow-angle-ofInset: 0px; shadow-distance-ofInset: 0px; }
#c_portalResSearch_total-15732748758303010 { width: auto; max-width: 1180px; min-width: 0px; height: auto; max-height: none; min-height: 0px; margin-top: 0px; margin-left: auto; margin-right: auto; margin-bottom: 0px; padding-top: 0px; padding-left: 0px; padding-right: 0px; padding-bottom: 0px; }
@media only screen and (max-width:1024px) and (min-width: 769px) {
}
@media only screen and (max-width:1024px) and (min-width: 769px) {
}
@media only screen and (max-width:1024px) and (min-width: 769px) {
}
@media only screen and (max-width:1024px) and (min-width: 769px) {
}
@media only screen and (max-width:1024px) and (min-width: 769px) {
}
@media only screen and (max-width:1024px) and (min-width: 769px) {
}
@media only screen and (max-width:1024px) and (min-width: 769px) {
}
@media only screen and (max-width:1024px) and (min-width: 769px) {
}
@media only screen and (max-width:1024px) and (min-width: 769px) {
}
#c_portalResEbizads_banner-15730909853488850 .p_MatteIcon .iconfont:before { content: '\e602'; }
#c_portalResEbizads_banner-15730909853488850 >div { animation-fill-mode: both; }
#c_portalResEbizads_banner-15730909853488850 .p_SwitchBtnB { display: none; visibility: hidden; }
#c_portalResEbizads_banner-15730909853488850 .p_SwitchBtnA { display: none; visibility: hidden; }
#c_portalResEbizads_banner-15730909853488850 .p_TitleBox { display: none; visibility: hidden; }
#c_portalResEbizads_banner-15730909853488850 { width: auto; max-width: 547px; min-width: 300px; height: 307px; max-height: none; min-height: 0px; margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px; padding-top: 0px; padding-left: 0px; padding-right: 0px; padding-bottom: 0px; }
#c_portalResNews_list-15730462854060044 .p_CommonSummaryBoxA { text-align: center; }
#c_portalResNews_list-15730462854060044 .p_MatteIcon .iconfont:before { content: '\e602'; }
#c_portalResNews_list-15730462854060044 >div { animation-fill-mode: both; }
#c_portalResNews_list-15730462854060044 .lock { display: block; width: 100%; height: auto; }
#c_portalResNews_list-15730462854060044 .p_news { display: flex; flex-wrap: wrap; }
#c_portalResNews_list-15730462854060044 .list { position: relative; display: flex; justify-content: center; flex-wrap: wrap; transition: all .5s ease; }
#c_portalResNews_list-15730462854060044 .pic_box { position: relative; width: 100%; height: 0px; padding-bottom: 60%; overflow: hidden; }
#c_portalResNews_list-15730462854060044 .pic { position: absolute; top: 0px; left: 0px; height: 97%; width: 100%; transition: all .5s ease; }
#c_portalResNews_list-15730462854060044 .content_box { width: 90%; padding: 0px 24px 10px; top: -25px; position: relative; background-color: white; box-shadow: 0px 4px 0 0px #0861d2; }
#c_portalResNews_list-15730462854060044 .summry { font-size: .9em; color: #777; line-height: 1.5rem; text-align: left; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; width: 100%; margin-top: 20px; }
#c_portalResNews_list-15730462854060044 .data { background: #0861d2; font-size:.6rem;
padding: 5px 10px; text-align: center; color: #fff; font-family: 'Open Sans', sans-serif; }
#c_portalResNews_list-15730462854060044 .title { width: 100%; margin: 26px 0 1px; text-align: left; font-size:.98rem;
font-weight: none; color: #fff; min-height: none; line-height: 30px; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 1; -webkit-box-orient: vertical; text-overflow: ellipsis; background-color: #0861d2; padding-left: 8px; }
#c_portalResNews_list-15730462854060044 .title a { color: #fff; }
#c_portalResNews_list-15730462854060044 .more { position: relative; z-index: 1; overflow: hidden; display: inline-block; padding: 10px 5px; color: #0861d2; font-size: 14px; border-color: #999; margin: .5em 0 0; -webkit-transition: .5s all; -moz-transition: .5s all; transition: .5s all; }
#c_portalResNews_list-15730462854060044 .more_link::before, .more_link::after, .more::after, .more::before { content: ''; position: absolute; width: 26%; height: 0px; background: #0861d2; z-index: -1; -webkit-transition: .5s all; -moz-transition: .5s all; transition: .5s all; }
#c_portalResNews_list-15730462854060044 .more::before { left: 0px; top: 0px; }
#c_portalResNews_list-15730462854060044 .more::after { left: 50%; top: 0px; }
#c_portalResNews_list-15730462854060044 .more_link::before { left: 25%; bottom: 0px; }
#c_portalResNews_list-15730462854060044 .more_link::after { left: 75%; bottom: 0px; }
@media only screen and (min-width:769px) {
#c_portalResNews_list-15730462854060044 .p_page .pre .font { font-size: 14px; }
#c_portalResNews_list-15730462854060044 .p_page .pre { width: 36px; height: 36px; margin: 0 5px; text-align: center; padding: 0 10px; border-radius: 6px 0 0 6px; border: 0px; background: #21b3ca; color: #ffffff; }
#c_portalResNews_list-15730462854060044 .p_page .next { width: 36px; height: 36px; margin: 0 5px; text-align: center; padding: 0 10px; border-radius: 0 6px 6px 0; border: 0px; background: #21b3ca; color: #ffffff; }
#c_portalResNews_list-15730462854060044 .p_page .pageNum.active { width: 36px; height: 36px; margin: 0 5px; text-align: center; padding: 0 10px; border: 0px; background: #21b3ca; color: #ffffff; }
#c_portalResNews_list-15730462854060044 .p_page .pageNum { width: 36px; line-height: 38px; height: 36px; margin: 0 5px; border-radius: 0px; font-size: 16px; text-align: center; padding: 0 10px; border: 0px; background: #fff; color: #21b3ca; }
#c_portalResNews_list-15730462854060044 .p_page .pageNum:hover { background: #21b3ca; color: #ffffff; }
#c_portalResNews_list-15730462854060044 .p_page .p_PageInterval { margin: 0 10px; text-align: center; font-size: 18px; border: 0px; background: #fcfcfc00; color: #21b3ca; }
#c_portalResNews_list-15730462854060044 .pic_box:hover .pic { transform: scale(1.1) }
#c_portalResNews_list-15730462854060044 .more:hover { color: #fff; }
#c_portalResNews_list-15730462854060044 .more:hover::before, .more:hover:after { height: 100%; }
#c_portalResNews_list-15730462854060044 .more:hover .more_link::before { height: 100%; }
#c_portalResNews_list-15730462854060044 .more:hover .more_link::after { height: 100%; }
}
@media only screen and (min-width: 1025px) {
#c_portalResNews_list-15730462854060044 .p_articles { min-width: 0; }
#c_portalResNews_list-15730462854060044 .p_articles { width: calc((100% - 10px)/3); height: auto; }
}
@media only screen and (max-width:1024px) and (min-width: 769px) {
#c_portalResNews_list-15730462854060044 .p_articles { width: calc((100% - 0px)/3); min-width: auto; }
}
@media only screen and (max-width:768px) {
#c_portalResNews_list-15730462854060044 .p_pagebox .next .iconfont { line-height: 24px; font-size: 20px; color: #ffffff; }
#c_portalResNews_list-15730462854060044 .p_pagebox .next .font { line-height: 24px; font-size: 16px; color: #fff; }
#c_portalResNews_list-15730462854060044 .p_pagebox .pre .font { color: #21b3ca; }
#c_portalResNews_list-15730462854060044 .p_pagebox .NumBox { border: 0px; }
#c_portalResNews_list-15730462854060044 .p_pagebox .js_pageBtnDisable .iconfont { color: #ffffff; }
#c_portalResNews_list-15730462854060044 .p_pagebox .num .iconfont { line-height: 32px; }
#c_portalResNews_list-15730462854060044 .p_pagebox .next { background: #21b3ca; }
#c_portalResNews_list-15730462854060044 .p_pagebox .pre { color: #21b3ca; background: #ffffff; }
#c_portalResNews_list-15730462854060044 .p_pagebox .js_pageBtnDisable .iconfont { color: #21b3ca; }
#c_portalResNews_list-15730462854060044 .content_box { padding: 24px 24px 22px; }
#c_portalResNews_list-15730462854060044 .p_articles { width: 100%; margin: 0!important; padding: 20px; }
#c_portalResNews_list-15730462854060044 .more { position: absolute; top: 0; left: 0; bottom: 0; right: 0; display: block; width: 100%; height: 100%; margin: 0; border: 0; }
#c_portalResNews_list-15730462854060044 .more_link { display: none; }
#c_portalResNews_list-15730462854060044 .summry { text-align: left; }
}
#c_portalResNews_list-15730462854060044 .p_page .pre .iconfont:before { shadow-angle: 0px; shadow-distance: 0px; shadow-angle-ofInset: 0px; shadow-distance-ofInset: 0px; }
#c_portalResNews_list-15730462854060044 .p_page .next .iconfont:before { shadow-angle: 0px; shadow-distance: 0px; shadow-angle-ofInset: 0px; shadow-distance-ofInset: 0px; }
#c_portalResNews_list-15730462854060044 .p_more .iconfont:before { shadow-angle: 0px; shadow-distance: 0px; shadow-angle-ofInset: 0px; shadow-distance-ofInset: 0px; }
#c_portalResNews_list-15730462854060044 .p_loading .iconfont:before { shadow-angle: 0px; shadow-distance: 0px; shadow-angle-ofInset: 0px; shadow-distance-ofInset: 0px; }
#c_portalResNews_list-15730462854060044 { width: 100%; max-width: none; min-width: 0px; height: auto; max-height: none; min-height: 0px; margin-top: 18px; margin-left: auto; margin-right: auto; margin-bottom: 0px; padding-top: 0px; padding-left: 0px; padding-right: 0px; padding-bottom: 0px; }





.lmxiamd{ background-color:#FFF}


.lmxiamd .muuweb-header .muuweb-nav li .link {
  
    color: #333!important; 
}
.lmxiamd .muuweb-header .muuweb-nav li .hider { background-color:rgba(255,255,255,0.95);
 
}
.lmxiamd .muuweb-header .muuweb-nav li .hider .sub-link {
   color: #333!important; 
}


 
.menuBox { background: rgb(8, 97, 210, 0.5)!important; margin-top: 0px; position: relative!important; z-index: 2!important; }

.c_portalResSearch_total-01001 .p_select { height: auto; font-size: 0; display: inline-block; width: 25%; vertical-align: middle; float: left; display: none!important; }
.p_page .pre:hover { color: #fff; background: #011152; border-color: #011152; cursor: pointer; }
.p_page .pre:active { background: #011152; border-color: #011152; color: #fff; }
.p_page .pageNum.active { text-decoration: none; background-color: #011152; color: #fff; border-color: #011152; }
.p_page .pageNum:hover { color: #fff; border-color: #011152; cursor: pointer; text-decoration: none; background-color: #011152; }
.p_page .pageNum:active { color: #fff; text-decoration: none; background-color: #011152; border-color: #011152; }
.p_page .next:hover { background: #011152; border-color: #011152; color: #fff; cursor: pointer; }
.p_page .next:active { background: #011152; border-color: #011152; color: #fff; }
@media only screen and (max-width:768px) {
#c_portalResIntro_category-1573789952342, #c_portalResIntro_category-15690409703316792, #c_portalResIntro_category-1573195574544, #c_portalResIntro_category-1574821495657, #c_portalResIntro_category-1573194971713, #c_portalResIntro_category-1573131483035, #c_portalResIntro_category-1573133176088, #c_portalResIntro_category-1573135174020, #c_portalResIntro_category-1576635386492 { margin-top: 0px!important; }
.c_portalResNews_list-01001 .p_images { width: 100px!important; height: 82px!important; }
#w_grid-1576640149231 { display: block; }
#w_grid-1573782593450 { display: none; }
#w_grid-1573796410498 > div > .p_gridbox { padding: 50px 23px!important; }
#w_grid-1569044720985, #c_portalResNews_category-1573194017592 { margin-top: 0px!important; }
#c_portalResNews_category-1569044310488 { margin-top: 0px!important; }
.iphone-down { top: 35px!important; }
.iphone-fix span { height: 35px!important; line-height: 35px!important; }
#w_grid-1573279535652 > div > .p_gridbox { padding: 80px 5px!important; }
.c_portalResEbizads_banner-01001001 .binbox { bottom: 40%; }
#c_portalResIntro_category-1574055258528, #c_portalResIntro_category-1573200410632 { margin-top: 0px!important; }
#w_common_text-1574413398521 p > span > span > span > span, #w_common_text-1573128520266 p > span > span > span > span { font-size: 12px!important; }
#w_common_text-1574413398529 p > span > span > span, #w_common_text-1573128520290 p > span > span > span:nth-child(2) { font-size: 12px!important; }
#w_common_text-1574413398536 p > span > span > span, #w_common_text-1573129013300 p > span > span > span:nth-child(2) { font-size: 12px!important; }
#w_common_text-1573194017587 p > span > span:nth-child(3) > span { font-size: 12px!important; }
#w_grid-1573194017567, #w_grid-1573194641958, #w_grid-1573195574519, #w_grid-1574821495632, #w_grid-1573198214009, #w_grid-1573200143778, #w_grid-1573200410552, #w_grid-1573196050229, #w_grid-1573789952317, #w_grid-1574062192307 { min-height: 150px!important; }
#w_grid-1573194641958 .p_gridbox, #w_grid-1573195574519 .p_gridbox, #w_grid-1574821495632 .p_gridbox, #w_grid-1573194971508 .p_gridbox, #w_grid-1573198214009 .p_gridbox, #w_grid-1573192714575 .p_gridbox, #w_grid-1573789952317 .p_gridbox, #w_grid-1573200143778 .p_gridbox, #w_grid-1573200410552 .p_gridbox, #w_grid-1573192714575 .p_gridbox, #w_grid-1573194017567 .p_gridbox, #w_grid-1576635386467 .p_gridbox { background-size: 250%!important; }
#w_grid-1573196050229 .p_gridbox, #w_grid-1574055258498 .p_gridbox { background-size: 330%!important; }
#w_common_text-1573194733379 span > span > span:nth-child(5), #w_common_text-1573195574539 span > span > span:nth-child(5), #w_common_text-1574821495652 span > span > span:nth-child(5), #w_common_text-1573194971658 span > span > span:nth-child(5), #w_common_text-1573198277252 span > span > span:nth-child(5), #w_common_text-1573200193774 span > span > span:nth-child(5), #w_common_text-1573200410622 span > span > span:nth-child(5), #w_common_text-1574055258518 span > span > span:nth-child(5), #w_common_text-1573196120187 span > span > span:nth-child(5), #w_common_text-1573789952337 span > span > span:nth-child(5), #w_common_text-1574062192417 span > span > span:nth-child(5), #w_common_text-1574062192417 span > span > span:nth-child(5), #w_common_text-1576635386487 span > span > span:nth-child(5) { font-size: 12px!important; text-shadow: 1px 1px 1px #000; }
#w_common_text-1574055258518 p:nth-child(2) span, #w_common_text-1573193373328 p:nth-child(2) span { font-size: 12px!important; text-shadow: 1px 1px 1px #000; }
#w_common_text-1573200193774 span, #w_common_text-1573200410622 span, #w_common_text-1574055258518 span, #w_common_text-1573196120187 span, #w_common_text-1573193373328 span, #w_common_text-1573789952337 span, #w_common_text-1574062192417 span, #w_common_text-1573194017587 span, #w_common_text-1576635386487 span { font-size: 20px!important; text-shadow: 1px 1px 1px #000; }
#w_grid-1573009922851 { max-height: auto!important; }
#w_common_text-1573195574539, #w_common_text-1574821495652, #w_common_text-1573200193774, #w_common_text-1573200410622, #w_common_text-1573789952337, #w_common_text-1573198277252, #w_common_text-1574055258518, #w_common_text-1574062192417, #w_common_text-1576635386487 { margin-top: 30%!important; margin-bottom: 10%!important; }
#w_grid-1573043738653 { margin-top: -20%!important; }
.c_portalResNews_detail-01001 .p_previewBox, .c_portalResNews_detail-01001 .p_nextBox { float: none!important; width: 80%!important; text-align: left!important; margin: 0px auto!important; }
#w_grid-1573194971508, #w_grid-1574055258498, #w_grid-1573192714575, #w_grid-1576635386467 { min-height: auto!important; }
#w_grid-1573274878516 { display: none; }
#w_grid-1569050163724 { display: none; }
#w_grid-1573038599592 { display: none; height: 0px; !important
}
#c_portalResNews_list-15730462854060044 .p_articles { padding: 0px!important; height: auto; !important
}
#w_grid-1573046287700 { max-width: 100%!important; }
#w_grid-1573046688317 { max-width: 100%!important; }
#w_grid-1573090408190 { max-width: 98%!important; }
.c_portalResEbizads_banner-01001 { margin-top: 10px!important; }
#w_grid-1573043660257 { max-width: 100%!important; }
#content_box-1574061179325-1 { margin: 50px 0px!important; border: solid 1px #efefef; padding: 50px 0px; }
.c_portalResEbizads_banner-01001001 .bannerBox, .c_portalResEbizads_banner-01001001 .bannerBox .cover { min-height: 250px!important; max-height: 250px!important; } /*手机端BANNER上的文字位置*/
#w_common_text-1573194733379, #w_common_text-1573194971658 { margin-top: 30%!important; margin-bottom: 10%!important; }
#w_common_text-1573198277252 { margin-top: 30%!important; margin-bottom: 10%!important; }
#w_common_text-1573196120187 { margin-top: 30%!important; margin-bottom: 10%!important; }
#w_common_text-1573193373328 { margin-top: 30%!important; margin-bottom: 10%!important; }
#w_common_text-1573208302957, #w_common_text-1573194017587 { margin-top: 30%!important; margin-bottom: 10%!important; }
#w_grid-1573787030941 { width: 90%!important; } /*手机端首页标题上的文字大小*/
#w_common_text-1573198277252 span { font-size: 20px!important; font-weight: 500!important; text-shadow: 1px 1px 1px #000; }
#w_common_text-1573043776444 span { font-size: 18px!important; }
#w_common_text-1573090397795 span { font-size: 18px!important; }
#w_common_text-1573046812609 span { font-size: 18px!important; }
#w_common_text-1573046116458 span { font-size: 18px!important; }
#w_common_text-1573091239818 span { font-size: 20px!important; }
#w_common_text-1574413398521 span, #w_common_text-1573128520266 span { font-size: 20px!important; }
#w_common_text-1574413398529 span, #w_common_text-1573128520290 span { font-size: 20px!important; }
#w_common_text-1574413398536 span, #w_common_text-1573129013300 span { font-size: 20px!important; }
#content_box-1573091212866-0, #content_box-1573091212866-1, #content_box-1573091212866-2, #content_box-1574039270189-0, #content_box-1574039270189-1, #content_box-1574039270189-2 { float: left; width: 90px; clear: none!important; margin-right: 15px; }
#content_box-1573091212866-2, #content_box-1574039270189-2 { float: left; width: 115px; clear: none!important; margin-right: 0; }
.c_portalResEbizads_banner-01001001 .bannerBox .text .en { font-size: 12px!important; }
#w_common_text-1573194733379 span { font-size: 20px!important; text-shadow: 1px 1px 1px #000; }
#w_common_text-1573195574539 span { font-size: 20px!important; text-shadow: 1px 1px 1px #000; }
#w_common_text-1574821495652 span { font-size: 20px!important; text-shadow: 1px 1px 1px #000; }
#w_common_text-1573194971658 span { font-size: 20px!important; text-shadow: 1px 1px 1px #000; }
}
